#046992

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

Shades of Cerulean #046992

Tints of Cerulean #046992

Color information

#046992 (or 0x046992) is unknown color: approx Cerulean. HEX triplet: 04, 69 and 92. RGB value is (4,105,146). Sum of RGB (Red+Green+Blue) = 4+105+146=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #046992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046992 is #FB966D. Grayscale: #4F4F4F. Windows color (decimal): -16488046 or 9595140. OLE color: 9595140.

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

Color convert

RGB4105146-
CMYK0.970.2800.43
HSL197.32º94.67%29.41%-
HSV(B)197.32º97.26%57.25%-
XYZ10.2912.229.01-
YUV79.47165.5474.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=1.57%
G=41.18%
B=57.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41051460.970.2800.43197.3294.6729.41
Hex46992611C02Bc55f1d
Octal41512221413405330513735
Binary100110100110010010110000111100010101111000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046992; }

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

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

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

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

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

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

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

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