Html Css Color HEX #048C9F Eastern Blue

📋 copy color: '#048C9F'

red 4 ◦ green 140 ◦ blue 159

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

Shades of Eastern Blue #048C9F

Tints of Eastern Blue #048C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 1.32%
G = 46.2%
B = 52.48%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#048C9F (or 0x048C9F) is known color: Eastern Blue. HEX triplet: 04, 8C and 9F. RGB value is (4,140,159). Sum of RGB (Red+Green+Blue) = 4+140+159=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #048C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C9F is #FB7360. Grayscale: #656565. Windows color (decimal): -16479073 or 10456068. OLE color: 10456068.

HSL color Cylindrical-coordinate representation of color #048C9F: hue angle of 187.35º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C9F is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 140 159 -
CMYK 0.97 0.12 0 0.38
HSL 187.35º 0.95% 0.32% -
HSV(B) 187.35º 0.97% 0.62% -
XYZ 15.69 21.29 36.08 -
YUV 101.5 160.44 58.46 -
System Red Green Blue C M Y K H S L
Decimal 4 140 159 0.97 0.12 0 0.38 187.35 0.95 0.32
Hex 4 8C 9F 61 C 0 26 BB 5F 20
Octal 4 214 237 141 14 0 46 273 137 40
Binary 100 10001100 10011111 1100001 1100 0 100110 10111011 1011111 100000

Color Harmonies of #048C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C9F

Black with #048C9F

Text Example


Text Example

White with #048C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,140,159); }

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

background-color css

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

 a { background-color: rgb(4,140,159); }

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

border-color css

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

 span { border-color: rgb(4,140,159); }

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