Html Css Color HEX #048EAA Eastern Blue

📋 copy color: '#048EAA'

red 4 ◦ green 142 ◦ blue 170

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

Shades of Eastern Blue #048EAA

Tints of Eastern Blue #048EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.94%

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 1.27%
G = 44.94%
B = 53.8%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#048EAA (or 0x048EAA) is known color: Eastern Blue. HEX triplet: 04, 8E and AA. RGB value is (4,142,170). Sum of RGB (Red+Green+Blue) = 4+142+170=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #048EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048EAA is #FB7155. Grayscale: #676767. Windows color (decimal): -16478550 or 11177476. OLE color: 11177476.

HSL color Cylindrical-coordinate representation of color #048EAA: hue angle of 190.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EAA is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 142 170 -
CMYK 0.98 0.16 0 0.33
HSL 190.12º 0.95% 0.34% -
HSV(B) 190.12º 0.98% 0.67% -
XYZ 16.98 22.27 41.43 -
YUV 103.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 4 142 170 0.98 0.16 0 0.33 190.12 0.95 0.34
Hex 4 8E AA 62 10 0 21 BE 5F 22
Octal 4 216 252 142 20 0 41 276 137 42
Binary 100 10001110 10101010 1100010 10000 0 100001 10111110 1011111 100010

Color Harmonies of #048EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048EAA

Black with #048EAA

Text Example


Text Example

White with #048EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048EAA; }

 p { color: rgb(4,142,170); }

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

background-color css

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

 a { background-color: rgb(4,142,170); }

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

border-color css

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

 span { border-color: rgb(4,142,170); }

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