#046A95

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

Shades of Cerulean #046A95

Tints of Cerulean #046A95

Color information

#046A95 (or 0x046A95) is unknown color: approx Cerulean. HEX triplet: 04, 6A and 95. RGB value is (4,106,149). Sum of RGB (Red+Green+Blue) = 4+106+149=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #046A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046A95 is #FB956A. Grayscale: #505050. Windows color (decimal): -16487787 or 9792004. OLE color: 9792004.

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

Color convert

RGB4106149-
CMYK0.970.2900.42
HSL197.79º94.77%30%-
HSV(B)197.79º97.32%58.43%-
XYZ10.6312.530.29-
YUV80.4166.7173.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 106 (41.80% from 255) = 40.93%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=1.54%
G=40.93%
B=57.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41061490.970.2900.42197.7994.7730
Hex46A95611D02Ac65f1e
Octal41522251413505230613736
Binary100110101010010101110000111101010101011000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046A95; }

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

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

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

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

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

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

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

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