#046AAF

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

Shades of Cerulean #046AAF

Tints of Cerulean #046AAF

Color information

#046AAF (or 0x046AAF) is unknown color: approx Cerulean. HEX triplet: 04, 6A and AF. RGB value is (4,106,175). Sum of RGB (Red+Green+Blue) = 4+106+175=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #046AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046AAF is #FB9550. Grayscale: #525252. Windows color (decimal): -16487761 or 11495940. OLE color: 11495940.

HSL color Cylindrical-coordinate representation of color #046AAF: hue angle of 204.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AAF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4106175-
CMYK0.980.3900.31
HSL204.21º95.53%35.1%-
HSV(B)204.21º97.71%68.63%-
XYZ12.9413.4342.47-
YUV83.37179.7171.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 175 (68.75% from 255) = 61.40%
R=1.40%
G=37.19%
B=61.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41061750.980.3900.31204.2195.5335.1
Hex46AAF622701Fcc6023
Octal41522571424703731414043
Binary1001101010101011111100010100111011111110011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,106,175); }

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

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

 a { background-color: rgb(4,106,175); }

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

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

 span { border-color: rgb(4,106,175); }

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