#046EA1

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

Shades of Cerulean #046EA1

Tints of Cerulean #046EA1

Color information

#046EA1 (or 0x046EA1) is unknown color: approx Cerulean. HEX triplet: 04, 6E and A1. RGB value is (4,110,161). Sum of RGB (Red+Green+Blue) = 4+110+161=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #046EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046EA1 is #FB915E. Grayscale: #535353. Windows color (decimal): -16486751 or 10579460. OLE color: 10579460.

HSL color Cylindrical-coordinate representation of color #046EA1: hue angle of 199.49º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EA1 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4110161-
CMYK0.980.3200.37
HSL199.49º95.15%32.35%-
HSV(B)199.49º97.52%63.14%-
XYZ12.0613.7535.74-
YUV84.12171.3870.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 161 (63.28% from 255) = 58.55%
R=1.45%
G=40%
B=58.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41101610.980.3200.37199.4995.1532.35
Hex46EA16220025c75f20
Octal41562411424004530713740
Binary10011011101010000111000101000000100101110001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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