Html Css Color HEX #047995 Eastern Blue

📋 copy color: '#047995'

red 4 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #047995

Tints of Eastern Blue #047995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.16%

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

R = 1.46%
G = 44.16%
B = 54.38%

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

#047995 (or 0x047995) is known color: Eastern Blue. HEX triplet: 04, 79 and 95. RGB value is (4,121,149). Sum of RGB (Red+Green+Blue) = 4+121+149=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #047995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047995 is #FB866A. Grayscale: #585858. Windows color (decimal): -16483947 or 9795844. OLE color: 9795844.

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

Color convert

RGB 4 121 149 -
CMYK 0.97 0.19 0 0.42
HSL 191.59º 0.95% 0.3% -
HSV(B) 191.59º 0.97% 0.58% -
XYZ 12.31 15.87 30.85 -
YUV 89.21 161.74 67.22 -
System Red Green Blue C M Y K H S L
Decimal 4 121 149 0.97 0.19 0 0.42 191.59 0.95 0.3
Hex 4 79 95 61 13 0 2A C0 5F 1E
Octal 4 171 225 141 23 0 52 300 137 36
Binary 100 1111001 10010101 1100001 10011 0 101010 11000000 1011111 11110

Color Harmonies of #047995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047995

Black with #047995

Text Example


Text Example

White with #047995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047995; }

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

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

background-color css

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

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

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

border-color css

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

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

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