Html Css Color HEX #048595 Eastern Blue

📋 copy color: '#048595'

red 4 ◦ green 133 ◦ blue 149

#048595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #048595

Tints of Eastern Blue #048595

RGB

 RED value IS 4 (1.95% from 255) = 1.4%

 GREEN value IS 133 (52.34% from 255) = 46.5%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 1.4%
G = 46.5%
B = 52.1%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#048595 (or 0x048595) is known color: Eastern Blue. HEX triplet: 04, 85 and 95. RGB value is (4,133,149). Sum of RGB (Red+Green+Blue) = 4+133+149=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #048595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048595 is #FB7A6A. Grayscale: #606060. Windows color (decimal): -16480875 or 9798916. OLE color: 9798916.

HSL color Cylindrical-coordinate representation of color #048595: hue angle of 186.62º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048595 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 133 149 -
CMYK 0.97 0.11 0 0.42
HSL 186.62º 0.95% 0.3% -
HSV(B) 186.62º 0.97% 0.58% -
XYZ 13.86 18.97 31.36 -
YUV 96.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 4 133 149 0.97 0.11 0 0.42 186.62 0.95 0.3
Hex 4 85 95 61 B 0 2A BB 5F 1E
Octal 4 205 225 141 13 0 52 273 137 36
Binary 100 10000101 10010101 1100001 1011 0 101010 10111011 1011111 11110

Color Harmonies of #048595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048595

Black with #048595

Text Example


Text Example

White with #048595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048595; }

 p { color: rgb(4,133,149); }

 H1.HeaderClassName
 {
   color: #048595;
 }
 .AnyTagClassName
 {
   color: #048595;
 }
</style>

background-color css

<style>
 a { background-color: #048595; }

 a { background-color: rgb(4,133,149); }

 div.DivClassName
 {
   background-color: #048595;
 }
 .BgClassName
 {
   background-color: #048595;
 }
</style>

border-color css

<style>
 span { border-color: #048595; }

 span { border-color: rgb(4,133,149); }

 td.TdClassName
 {
   border-color: #048595;
 }
 .TagClassName
 {
   border-color: #048595;
 }
</style>