Html Css Color HEX #048899 Eastern Blue

📋 copy color: '#048899'

red 4 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #048899

Tints of Eastern Blue #048899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

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

R = 1.37%
G = 46.42%
B = 52.22%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#048899 (or 0x048899) is known color: Eastern Blue. HEX triplet: 04, 88 and 99. RGB value is (4,136,153). Sum of RGB (Red+Green+Blue) = 4+136+153=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #048899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048899 is #FB7766. Grayscale: #626262. Windows color (decimal): -16480103 or 10061828. OLE color: 10061828.

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

Color convert

RGB 4 136 153 -
CMYK 0.97 0.11 0 0.4
HSL 186.85º 0.95% 0.31% -
HSV(B) 186.85º 0.97% 0.6% -
XYZ 14.6 19.93 33.21 -
YUV 98.47 158.77 60.62 -
System Red Green Blue C M Y K H S L
Decimal 4 136 153 0.97 0.11 0 0.4 186.85 0.95 0.31
Hex 4 88 99 61 B 0 28 BB 5F 1F
Octal 4 210 231 141 13 0 50 273 137 37
Binary 100 10001000 10011001 1100001 1011 0 101000 10111011 1011111 11111

Color Harmonies of #048899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048899

Black with #048899

Text Example


Text Example

White with #048899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048899; }

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

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

background-color css

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

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

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

border-color css

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

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

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