#046B95

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

Shades of Cerulean #046B95

Tints of Cerulean #046B95

Color information

#046B95 (or 0x046B95) is unknown color: approx Cerulean. HEX triplet: 04, 6B and 95. RGB value is (4,107,149). Sum of RGB (Red+Green+Blue) = 4+107+149=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #046B95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046B95 is #FB946A. Grayscale: #505050. Windows color (decimal): -16487531 or 9792260. OLE color: 9792260.

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

Color convert

RGB4107149-
CMYK0.970.2800.42
HSL197.38º94.77%30%-
HSV(B)197.38º97.32%58.43%-
XYZ10.7312.7130.32-
YUV80.99166.3873.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 149 (58.59% from 255) = 57.31%
R=1.54%
G=41.15%
B=57.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41071490.970.2800.42197.3894.7730
Hex46B95611C02Ac55f1e
Octal41532251413405230513736
Binary100110101110010101110000111100010101011000101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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