Html Css Color HEX #048D99 Eastern Blue

📋 copy color: '#048D99'

red 4 ◦ green 141 ◦ blue 153

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

Shades of Eastern Blue #048D99

Tints of Eastern Blue #048D99

RGB

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

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

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

R = 1.34%
G = 47.32%
B = 51.34%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#048D99 (or 0x048D99) is known color: Eastern Blue. HEX triplet: 04, 8D and 99. RGB value is (4,141,153). Sum of RGB (Red+Green+Blue) = 4+141+153=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #048D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048D99 is #FB7266. Grayscale: #656565. Windows color (decimal): -16478823 or 10063108. OLE color: 10063108.

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

Color convert

RGB 4 141 153 -
CMYK 0.97 0.08 0 0.4
HSL 184.83º 0.95% 0.31% -
HSV(B) 184.83º 0.97% 0.6% -
XYZ 15.32 21.38 33.46 -
YUV 101.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 4 141 153 0.97 0.08 0 0.4 184.83 0.95 0.31
Hex 4 8D 99 61 8 0 28 B9 5F 1F
Octal 4 215 231 141 10 0 50 271 137 37
Binary 100 10001101 10011001 1100001 1000 0 101000 10111001 1011111 11111

Color Harmonies of #048D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D99

Black with #048D99

Text Example


Text Example

White with #048D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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