Html Css Color HEX #048D9F Eastern Blue

📋 copy color: '#048D9F'

red 4 ◦ green 141 ◦ blue 159

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

Shades of Eastern Blue #048D9F

Tints of Eastern Blue #048D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.38%

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

R = 1.32%
G = 46.38%
B = 52.3%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#048D9F (or 0x048D9F) is known color: Eastern Blue. HEX triplet: 04, 8D and 9F. RGB value is (4,141,159). Sum of RGB (Red+Green+Blue) = 4+141+159=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #048D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048D9F is #FB7260. Grayscale: #656565. Windows color (decimal): -16478817 or 10456324. OLE color: 10456324.

HSL color Cylindrical-coordinate representation of color #048D9F: hue angle of 186.97º 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 #048D9F is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 141 159 -
CMYK 0.97 0.11 0 0.38
HSL 186.97º 0.95% 0.32% -
HSV(B) 186.97º 0.97% 0.62% -
XYZ 15.83 21.58 36.13 -
YUV 102.09 160.11 58.04 -
System Red Green Blue C M Y K H S L
Decimal 4 141 159 0.97 0.11 0 0.38 186.97 0.95 0.32
Hex 4 8D 9F 61 B 0 26 BB 5F 20
Octal 4 215 237 141 13 0 46 273 137 40
Binary 100 10001101 10011111 1100001 1011 0 100110 10111011 1011111 100000

Color Harmonies of #048D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D9F

Black with #048D9F

Text Example


Text Example

White with #048D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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