Html Css Color HEX #048E99 Eastern Blue

📋 copy color: '#048E99'

red 4 ◦ green 142 ◦ blue 153

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

Shades of Eastern Blue #048E99

Tints of Eastern Blue #048E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 1.34%
G = 47.49%
B = 51.17%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#048E99 (or 0x048E99) is known color: Eastern Blue. HEX triplet: 04, 8E and 99. RGB value is (4,142,153). Sum of RGB (Red+Green+Blue) = 4+142+153=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #048E99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048E99 is #FB7166. Grayscale: #656565. Windows color (decimal): -16478567 or 10063364. OLE color: 10063364.

HSL color Cylindrical-coordinate representation of color #048E99: hue angle of 184.43º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E99 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 142 153 -
CMYK 0.97 0.07 0 0.4
HSL 184.43º 0.95% 0.31% -
HSV(B) 184.43º 0.97% 0.6% -
XYZ 15.47 21.67 33.5 -
YUV 101.99 156.78 58.11 -
System Red Green Blue C M Y K H S L
Decimal 4 142 153 0.97 0.07 0 0.4 184.43 0.95 0.31
Hex 4 8E 99 61 7 0 28 B8 5F 1F
Octal 4 216 231 141 7 0 50 270 137 37
Binary 100 10001110 10011001 1100001 111 0 101000 10111000 1011111 11111

Color Harmonies of #048E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E99

Black with #048E99

Text Example


Text Example

White with #048E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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