Html Css Color HEX #047793 Eastern Blue

📋 copy color: '#047793'

red 4 ◦ green 119 ◦ blue 147

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

Shades of Eastern Blue #047793

Tints of Eastern Blue #047793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 1.48%
G = 44.07%
B = 54.44%

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

#047793 (or 0x047793) is known color: Eastern Blue. HEX triplet: 04, 77 and 93. RGB value is (4,119,147). Sum of RGB (Red+Green+Blue) = 4+119+147=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #047793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047793 is #FB886C. Grayscale: #575757. Windows color (decimal): -16484461 or 9664260. OLE color: 9664260.

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

Color convert

RGB 4 119 147 -
CMYK 0.97 0.19 0 0.42
HSL 191.75º 0.95% 0.3% -
HSV(B) 191.75º 0.97% 0.58% -
XYZ 11.91 15.33 29.93 -
YUV 87.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 4 119 147 0.97 0.19 0 0.42 191.75 0.95 0.3
Hex 4 77 93 61 13 0 2A C0 5F 1E
Octal 4 167 223 141 23 0 52 300 137 36
Binary 100 1110111 10010011 1100001 10011 0 101010 11000000 1011111 11110

Color Harmonies of #047793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047793

Black with #047793

Text Example


Text Example

White with #047793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047793; }

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

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

background-color css

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

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

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

border-color css

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

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

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