#047795

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

Shades of Cerulean #047795

Tints of Cerulean #047795

Color information

#047795 (or 0x047795) is unknown color: approx Cerulean. HEX triplet: 04, 77 and 95. RGB value is (4,119,149). Sum of RGB (Red+Green+Blue) = 4+119+149=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #047795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047795 is #FB886A. Grayscale: #575757. Windows color (decimal): -16484459 or 9795332. OLE color: 9795332.

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

Color convert

RGB4119149-
CMYK0.970.2000.42
HSL192.41º94.77%30%-
HSV(B)192.41º97.32%58.43%-
XYZ12.0715.3930.77-
YUV88.04162.468.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 149 (58.59% from 255) = 54.78%
R=1.47%
G=43.75%
B=54.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41191490.970.2000.42192.4194.7730
Hex47795611402Ac05f1e
Octal41672251412405230013736
Binary100111011110010101110000110100010101011000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047795; }

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

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

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

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

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

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

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

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