#046F94

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

Shades of Cerulean #046F94

Tints of Cerulean #046F94

Color information

#046F94 (or 0x046F94) is unknown color: approx Cerulean. HEX triplet: 04, 6F and 94. RGB value is (4,111,148). Sum of RGB (Red+Green+Blue) = 4+111+148=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #046F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046F94 is #FB906B. Grayscale: #525252. Windows color (decimal): -16486508 or 9727748. OLE color: 9727748.

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

Color convert

RGB4111148-
CMYK0.970.2500.42
HSL195.42º94.74%29.8%-
HSV(B)195.42º97.3%58.04%-
XYZ11.0813.5330.05-
YUV83.22164.5571.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=1.52%
G=42.21%
B=56.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41111480.970.2500.42195.4294.7429.8
Hex46F94611902Ac35f1e
Octal41572241413105230313736
Binary100110111110010100110000111001010101011000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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