#046F92

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

Shades of Cerulean #046F92

Tints of Cerulean #046F92

Color information

#046F92 (or 0x046F92) is unknown color: approx Cerulean. HEX triplet: 04, 6F and 92. RGB value is (4,111,146). Sum of RGB (Red+Green+Blue) = 4+111+146=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #046F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046F92 is #FB906D. Grayscale: #525252. Windows color (decimal): -16486510 or 9596676. OLE color: 9596676.

HSL color Cylindrical-coordinate representation of color #046F92: hue angle of 194.79º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046F92 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4111146-
CMYK0.970.2400.43
HSL194.79º94.67%29.41%-
HSV(B)194.79º97.26%57.25%-
XYZ10.9213.4729.22-
YUV83163.5571.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=1.53%
G=42.53%
B=55.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41111460.970.2400.43194.7994.6729.41
Hex46F92611802Bc35f1d
Octal41572221413005330313735
Binary100110111110010010110000111000010101111000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,111,146); }

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

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

 a { background-color: rgb(4,111,146); }

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

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

 span { border-color: rgb(4,111,146); }

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