Html Css Color HEX #047794 Eastern Blue

📋 copy color: '#047794'

red 4 ◦ green 119 ◦ blue 148

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

Shades of Eastern Blue #047794

Tints of Eastern Blue #047794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 1.48%
G = 43.91%
B = 54.61%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#047794 (or 0x047794) is known color: Eastern Blue. HEX triplet: 04, 77 and 94. RGB value is (4,119,148). Sum of RGB (Red+Green+Blue) = 4+119+148=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #047794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047794 is #FB886B. Grayscale: #575757. Windows color (decimal): -16484460 or 9729796. OLE color: 9729796.

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

Color convert

RGB 4 119 148 -
CMYK 0.97 0.20 0 0.42
HSL 192.08º 0.95% 0.3% -
HSV(B) 192.08º 0.97% 0.58% -
XYZ 11.99 15.36 30.35 -
YUV 87.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 4 119 148 0.97 0.20 0 0.42 192.08 0.95 0.3
Hex 4 77 94 61 14 0 2A C0 5F 1E
Octal 4 167 224 141 24 0 52 300 137 36
Binary 100 1110111 10010100 1100001 10100 0 101010 11000000 1011111 11110

Color Harmonies of #047794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047794

Black with #047794

Text Example


Text Example

White with #047794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047794; }

 p { color: rgb(4,119,148); }

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

background-color css

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

 a { background-color: rgb(4,119,148); }

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

border-color css

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

 span { border-color: rgb(4,119,148); }

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