Html Css Color HEX #048BAA Eastern Blue

📋 copy color: '#048BAA'

red 4 ◦ green 139 ◦ blue 170

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

Shades of Eastern Blue #048BAA

Tints of Eastern Blue #048BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.41%

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

R = 1.28%
G = 44.41%
B = 54.31%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#048BAA (or 0x048BAA) is known color: Eastern Blue. HEX triplet: 04, 8B and AA. RGB value is (4,139,170). Sum of RGB (Red+Green+Blue) = 4+139+170=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #048BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BAA is #FB7455. Grayscale: #656565. Windows color (decimal): -16479318 or 11176708. OLE color: 11176708.

HSL color Cylindrical-coordinate representation of color #048BAA: hue angle of 191.2º 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 #048BAA is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 139 170 -
CMYK 0.98 0.18 0 0.33
HSL 191.2º 0.95% 0.34% -
HSV(B) 191.2º 0.98% 0.67% -
XYZ 16.54 21.39 41.29 -
YUV 102.17 166.27 57.98 -
System Red Green Blue C M Y K H S L
Decimal 4 139 170 0.98 0.18 0 0.33 191.2 0.95 0.34
Hex 4 8B AA 62 12 0 21 BF 5F 22
Octal 4 213 252 142 22 0 41 277 137 42
Binary 100 10001011 10101010 1100010 10010 0 100001 10111111 1011111 100010

Color Harmonies of #048BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BAA

Black with #048BAA

Text Example


Text Example

White with #048BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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