Html Css Color HEX #047895 Eastern Blue

📋 copy color: '#047895'

red 4 ◦ green 120 ◦ blue 149

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

Shades of Eastern Blue #047895

Tints of Eastern Blue #047895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.96%

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

R = 1.47%
G = 43.96%
B = 54.58%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#047895 (or 0x047895) is known color: Eastern Blue. HEX triplet: 04, 78 and 95. RGB value is (4,120,149). Sum of RGB (Red+Green+Blue) = 4+120+149=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #047895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047895 is #FB876A. Grayscale: #585858. Windows color (decimal): -16484203 or 9795588. OLE color: 9795588.

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

Color convert

RGB 4 120 149 -
CMYK 0.97 0.19 0 0.42
HSL 192º 0.95% 0.3% -
HSV(B) 192º 0.97% 0.58% -
XYZ 12.19 15.63 30.81 -
YUV 88.62 162.07 67.64 -
System Red Green Blue C M Y K H S L
Decimal 4 120 149 0.97 0.19 0 0.42 192 0.95 0.3
Hex 4 78 95 61 13 0 2A C0 5F 1E
Octal 4 170 225 141 23 0 52 300 137 36
Binary 100 1111000 10010101 1100001 10011 0 101010 11000000 1011111 11110

Color Harmonies of #047895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047895

Black with #047895

Text Example


Text Example

White with #047895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047895; }

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

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

background-color css

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

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

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

border-color css

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

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

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