Html Css Color HEX #047C96 Eastern Blue

📋 copy color: '#047C96'

red 4 ◦ green 124 ◦ blue 150

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

Shades of Eastern Blue #047C96

Tints of Eastern Blue #047C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 1.44%
G = 44.6%
B = 53.96%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#047C96 (or 0x047C96) is known color: Eastern Blue. HEX triplet: 04, 7C and 96. RGB value is (4,124,150). Sum of RGB (Red+Green+Blue) = 4+124+150=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #047C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C96 is #FB8369. Grayscale: #5A5A5A. Windows color (decimal): -16483178 or 9862148. OLE color: 9862148.

HSL color Cylindrical-coordinate representation of color #047C96: hue angle of 190.68º 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 #047C96 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 124 150 -
CMYK 0.97 0.17 0 0.41
HSL 190.68º 0.95% 0.3% -
HSV(B) 190.68º 0.97% 0.59% -
XYZ 12.76 16.64 31.39 -
YUV 91.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 4 124 150 0.97 0.17 0 0.41 190.68 0.95 0.3
Hex 4 7C 96 61 11 0 29 BF 5F 1E
Octal 4 174 226 141 21 0 51 277 137 36
Binary 100 1111100 10010110 1100001 10001 0 101001 10111111 1011111 11110

Color Harmonies of #047C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047C96

Black with #047C96

Text Example


Text Example

White with #047C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047C96; }

 p { color: rgb(4,124,150); }

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

background-color css

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

 a { background-color: rgb(4,124,150); }

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

border-color css

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

 span { border-color: rgb(4,124,150); }

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