Html Css Color HEX #048799 Eastern Blue

📋 copy color: '#048799'

red 4 ◦ green 135 ◦ blue 153

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

Shades of Eastern Blue #048799

Tints of Eastern Blue #048799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.23%

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

R = 1.37%
G = 46.23%
B = 52.4%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#048799 (or 0x048799) is known color: Eastern Blue. HEX triplet: 04, 87 and 99. RGB value is (4,135,153). Sum of RGB (Red+Green+Blue) = 4+135+153=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #048799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048799 is #FB7866. Grayscale: #616161. Windows color (decimal): -16480359 or 10061572. OLE color: 10061572.

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

Color convert

RGB 4 135 153 -
CMYK 0.97 0.12 0 0.4
HSL 187.25º 0.95% 0.31% -
HSV(B) 187.25º 0.97% 0.6% -
XYZ 14.46 19.65 33.17 -
YUV 97.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 4 135 153 0.97 0.12 0 0.4 187.25 0.95 0.31
Hex 4 87 99 61 C 0 28 BB 5F 1F
Octal 4 207 231 141 14 0 50 273 137 37
Binary 100 10000111 10011001 1100001 1100 0 101000 10111011 1011111 11111

Color Harmonies of #048799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048799

Black with #048799

Text Example


Text Example

White with #048799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048799; }

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

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

background-color css

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

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

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

border-color css

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

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

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