#046CA5

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

Shades of Cerulean #046CA5

Tints of Cerulean #046CA5

Color information

#046CA5 (or 0x046CA5) is unknown color: approx Cerulean. HEX triplet: 04, 6C and A5. RGB value is (4,108,165). Sum of RGB (Red+Green+Blue) = 4+108+165=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 165 (64.84% from 255 or 59.57% from 277); Max value from RGB is 165 - color contains mainly: blue. Hex color #046CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046CA5 is #FB935A. Grayscale: #535353. Windows color (decimal): -16487259 or 10841092. OLE color: 10841092.

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

Color convert

RGB4108165-
CMYK0.980.3500.35
HSL201.24º95.27%33.14%-
HSV(B)201.24º97.58%64.71%-
XYZ12.213.4737.55-
YUV83.4174.0471.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 165 (64.84% from 255) = 59.57%
R=1.44%
G=38.99%
B=59.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41081650.980.3500.35201.2495.2733.14
Hex46CA56223023c95f21
Octal41542451424304331113741
Binary10011011001010010111000101000110100011110010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,165); }

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

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

 a { background-color: rgb(4,108,165); }

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

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

 span { border-color: rgb(4,108,165); }

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