#047392

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

Shades of Cerulean #047392

Tints of Cerulean #047392

Color information

#047392 (or 0x047392) is unknown color: approx Cerulean. HEX triplet: 04, 73 and 92. RGB value is (4,115,146). Sum of RGB (Red+Green+Blue) = 4+115+146=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #047392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047392 is #FB8C6D. Grayscale: #555555. Windows color (decimal): -16485486 or 9597700. OLE color: 9597700.

HSL color Cylindrical-coordinate representation of color #047392: hue angle of 193.1º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047392 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4115146-
CMYK0.970.2100.43
HSL193.1º94.67%29.41%-
HSV(B)193.1º97.26%57.25%-
XYZ11.3714.3629.37-
YUV85.34162.2369.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=1.51%
G=43.40%
B=55.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41151460.970.2100.43193.194.6729.41
Hex47392611502Bc15f1d
Octal41632221412505330113735
Binary100111001110010010110000110101010101111000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047392; }

 p { color: rgb(4,115,146); }

 H1.HeaderClassName
 {
   color: #047392;
 }
 .AnyTagClassName
 {
   color: #047392;
 }
</style>
background-color css

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

 a { background-color: rgb(4,115,146); }

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

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

 span { border-color: rgb(4,115,146); }

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