#0446C7

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

Shades of Cobalt #0446C7

Tints of Cobalt #0446C7

Color information

#0446C7 (or 0x0446C7) is unknown color: approx Cobalt. HEX triplet: 04, 46 and C7. RGB value is (4,70,199). Sum of RGB (Red+Green+Blue) = 4+70+199=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 199 (78.12% from 255 or 72.89% from 273); Max value from RGB is 199 - color contains mainly: blue. Hex color #0446C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0446C7 is #FBB938. Grayscale: #404040. Windows color (decimal): -16496953 or 13059588. OLE color: 13059588.

HSL color Cylindrical-coordinate representation of color #0446C7: hue angle of 219.69º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0446C7 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB470199-
CMYK0.980.6500.22
HSL219.69º96.06%39.8%-
HSV(B)219.69º97.99%78.04%-
XYZ12.558.5355.02-
YUV64.97203.6384.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 199 (78.12% from 255) = 72.89%
R=1.47%
G=25.64%
B=72.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4701990.980.6500.22219.6996.0639.8
Hex446C76241016dc6028
Octal410630714210102633414050
Binary10010001101100011111000101000001010110110111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0446C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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