Html Css Color HEX #0446CB Cobalt

📋 copy color: '#0446CB'

red 4 ◦ green 70 ◦ blue 203

#0446CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0446CB

Tints of Cobalt #0446CB

RGB

 RED value IS 4 (1.95% from 255) = 1.44%

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 203 (79.69% from 255) = 73.29%

R = 1.44%
G = 25.27%
B = 73.29%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0446CB (or 0x0446CB) is known color: Cobalt. HEX triplet: 04, 46 and CB. RGB value is (4,70,203). Sum of RGB (Red+Green+Blue) = 4+70+203=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #0446CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0446CB is #FBB934. Grayscale: #404040. Windows color (decimal): -16496949 or 13321732. OLE color: 13321732.

HSL color Cylindrical-coordinate representation of color #0446CB: hue angle of 220.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0446CB is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 70 203 -
CMYK 0.98 0.66 0 0.20
HSL 220.1º 0.96% 0.41% -
HSV(B) 220.1º 0.98% 0.8% -
XYZ 13.02 8.72 57.5 -
YUV 65.43 205.63 84.19 -
System Red Green Blue C M Y K H S L
Decimal 4 70 203 0.98 0.66 0 0.20 220.1 0.96 0.41
Hex 4 46 CB 62 42 0 14 DC 60 29
Octal 4 106 313 142 102 0 24 334 140 51
Binary 100 1000110 11001011 1100010 1000010 0 10100 11011100 1100000 101001

Color Harmonies of #0446CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0446CB

Black with #0446CB

Text Example


Text Example

White with #0446CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0446CB;
 }
 .AnyTagClassName
 {
   color: #0446CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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