#047395

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

Shades of Cerulean #047395

Tints of Cerulean #047395

Color information

#047395 (or 0x047395) is unknown color: approx Cerulean. HEX triplet: 04, 73 and 95. RGB value is (4,115,149). Sum of RGB (Red+Green+Blue) = 4+115+149=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #047395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047395 is #FB8C6A. Grayscale: #555555. Windows color (decimal): -16485483 or 9794308. OLE color: 9794308.

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

Color convert

RGB4115149-
CMYK0.970.2300.42
HSL194.07º94.77%30%-
HSV(B)194.07º97.32%58.43%-
XYZ11.6114.4630.61-
YUV85.69163.7369.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=1.49%
G=42.91%
B=55.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41151490.970.2300.42194.0794.7730
Hex47395611702Ac25f1e
Octal41632251412705230213736
Binary100111001110010101110000110111010101011000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047395; }

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

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

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

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

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

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

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

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