Html Css Color HEX #048895 Eastern Blue

📋 copy color: '#048895'

red 4 ◦ green 136 ◦ blue 149

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

Shades of Eastern Blue #048895

Tints of Eastern Blue #048895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 1.38%
G = 47.06%
B = 51.56%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#048895 (or 0x048895) is known color: Eastern Blue. HEX triplet: 04, 88 and 95. RGB value is (4,136,149). Sum of RGB (Red+Green+Blue) = 4+136+149=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #048895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048895 is #FB776A. Grayscale: #616161. Windows color (decimal): -16480107 or 9799684. OLE color: 9799684.

HSL color Cylindrical-coordinate representation of color #048895: hue angle of 185.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048895 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 136 149 -
CMYK 0.97 0.09 0 0.42
HSL 185.38º 0.95% 0.3% -
HSV(B) 185.38º 0.97% 0.58% -
XYZ 14.28 19.8 31.5 -
YUV 98.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 4 136 149 0.97 0.09 0 0.42 185.38 0.95 0.3
Hex 4 88 95 61 9 0 2A B9 5F 1E
Octal 4 210 225 141 11 0 52 271 137 36
Binary 100 10001000 10010101 1100001 1001 0 101010 10111001 1011111 11110

Color Harmonies of #048895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048895

Black with #048895

Text Example


Text Example

White with #048895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048895; }

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

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

background-color css

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

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

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

border-color css

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

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

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