Html Css Color HEX #048AAB Eastern Blue

📋 copy color: '#048AAB'

red 4 ◦ green 138 ◦ blue 171

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

Shades of Eastern Blue #048AAB

Tints of Eastern Blue #048AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 1.28%
G = 44.09%
B = 54.63%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#048AAB (or 0x048AAB) is known color: Eastern Blue. HEX triplet: 04, 8A and AB. RGB value is (4,138,171). Sum of RGB (Red+Green+Blue) = 4+138+171=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #048AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048AAB is #FB7554. Grayscale: #656565. Windows color (decimal): -16479573 or 11241988. OLE color: 11241988.

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

Color convert

RGB 4 138 171 -
CMYK 0.98 0.19 0 0.33
HSL 191.86º 0.95% 0.34% -
HSV(B) 191.86º 0.98% 0.67% -
XYZ 16.49 21.14 41.74 -
YUV 101.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 4 138 171 0.98 0.19 0 0.33 191.86 0.95 0.34
Hex 4 8A AB 62 13 0 21 C0 5F 22
Octal 4 212 253 142 23 0 41 300 137 42
Binary 100 10001010 10101011 1100010 10011 0 100001 11000000 1011111 100010

Color Harmonies of #048AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048AAB

Black with #048AAB

Text Example


Text Example

White with #048AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,138,171); }

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

background-color css

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

 a { background-color: rgb(4,138,171); }

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

border-color css

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

 span { border-color: rgb(4,138,171); }

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