Html Css Color HEX #047997 Eastern Blue

📋 copy color: '#047997'

red 4 ◦ green 121 ◦ blue 151

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

Shades of Eastern Blue #047997

Tints of Eastern Blue #047997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.71%

R = 1.45%
G = 43.84%
B = 54.71%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#047997 (or 0x047997) is known color: Eastern Blue. HEX triplet: 04, 79 and 97. RGB value is (4,121,151). Sum of RGB (Red+Green+Blue) = 4+121+151=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #047997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047997 is #FB8668. Grayscale: #595959. Windows color (decimal): -16483945 or 9926916. OLE color: 9926916.

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

Color convert

RGB 4 121 151 -
CMYK 0.97 0.20 0 0.41
HSL 192.24º 0.95% 0.3% -
HSV(B) 192.24º 0.97% 0.59% -
XYZ 12.47 15.93 31.7 -
YUV 89.44 162.74 67.06 -
System Red Green Blue C M Y K H S L
Decimal 4 121 151 0.97 0.20 0 0.41 192.24 0.95 0.3
Hex 4 79 97 61 14 0 29 C0 5F 1E
Octal 4 171 227 141 24 0 51 300 137 36
Binary 100 1111001 10010111 1100001 10100 0 101001 11000000 1011111 11110

Color Harmonies of #047997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047997

Black with #047997

Text Example


Text Example

White with #047997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047997; }

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

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

background-color css

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

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

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

border-color css

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

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

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