#047290

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

Shades of Cerulean #047290

Tints of Cerulean #047290

Color information

#047290 (or 0x047290) is unknown color: approx Cerulean. HEX triplet: 04, 72 and 90. RGB value is (4,114,144). Sum of RGB (Red+Green+Blue) = 4+114+144=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #047290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047290 is #FB8D6F. Grayscale: #545454. Windows color (decimal): -16485744 or 9466372. OLE color: 9466372.

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

Color convert

RGB4114144-
CMYK0.970.2100.44
HSL192.86º94.59%29.02%-
HSV(B)192.86º97.22%56.47%-
XYZ11.114.0728.52-
YUV84.53161.5670.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=1.53%
G=43.51%
B=54.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41141440.970.2100.44192.8694.5929.02
Hex47290611502Cc15f1d
Octal41622201412505430113735
Binary100111001010010000110000110101010110011000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047290; }

 p { color: rgb(4,114,144); }

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

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

 a { background-color: rgb(4,114,144); }

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

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

 span { border-color: rgb(4,114,144); }

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