#0446BF

Color #0446BF Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0446BF

Tints of Cobalt #0446BF

Color information

#0446BF (or 0x0446BF) is unknown color: approx Cobalt. HEX triplet: 04, 46 and BF. RGB value is (4,70,191). Sum of RGB (Red+Green+Blue) = 4+70+191=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #0446BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0446BF is #FBB940. Grayscale: #3F3F3F. Windows color (decimal): -16496961 or 12535300. OLE color: 12535300.

HSL color Cylindrical-coordinate representation of color #0446BF: hue angle of 218.82º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0446BF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB470191-
CMYK0.980.6300.25
HSL218.82º95.9%38.24%-
HSV(B)218.82º97.91%74.9%-
XYZ11.648.1750.25-
YUV64.06199.6385.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 191 (75% from 255) = 72.08%
R=1.51%
G=26.42%
B=72.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4701910.980.6300.25218.8295.938.24
Hex446BF623F019db6026
Octal41062771427703133314046
Binary1001000110101111111100010111111011001110110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0446BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0446BF; }

 p { color: rgb(4,70,191); }

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

<style>
 a { background-color: #0446BF; }

 a { background-color: rgb(4,70,191); }

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

<style>
 span { border-color: #0446BF; }

 span { border-color: rgb(4,70,191); }

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