#046E94

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

Shades of Cerulean #046E94

Tints of Cerulean #046E94

Color information

#046E94 (or 0x046E94) is unknown color: approx Cerulean. HEX triplet: 04, 6E and 94. RGB value is (4,110,148). Sum of RGB (Red+Green+Blue) = 4+110+148=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #046E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046E94 is #FB916B. Grayscale: #525252. Windows color (decimal): -16486764 or 9727492. OLE color: 9727492.

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

Color convert

RGB4110148-
CMYK0.970.2600.42
HSL195.83º94.74%29.8%-
HSV(B)195.83º97.3%58.04%-
XYZ10.9713.3230.01-
YUV82.64164.8871.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=1.53%
G=41.98%
B=56.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41101480.970.2600.42195.8394.7429.8
Hex46E94611A02Ac45f1e
Octal41562241413205230413736
Binary100110111010010100110000111010010101011000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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