#047793

Color #047793 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #047793

Tints of Eastern Blue #047793

Color information

#047793 (or 0x047793) is unknown color: approx 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

RGB4119147-
CMYK0.970.1900.42
HSL191.75º94.7%29.61%-
HSV(B)191.75º97.28%57.65%-
XYZ11.9115.3329.93-
YUV87.81161.468.22-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41191470.970.1900.42191.7594.729.61
Hex47793611302Ac05f1e
Octal41672231412305230013736
Binary100111011110010011110000110011010101011000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>