Html Css Color HEX #446EB9 Steel Blue

📋 copy color: '#446EB9'

red 68 ◦ green 110 ◦ blue 185

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

Shades of Steel Blue #446EB9

Tints of Steel Blue #446EB9

RGB

 RED value IS 68 (26.95% from 255) = 18.73%

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 18.73%
G = 30.3%
B = 50.96%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#446EB9 (or 0x446EB9) is known color: Steel Blue. HEX triplet: 44, 6E and B9. RGB value is (68,110,185). Sum of RGB (Red+Green+Blue) = 68+110+185=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #446EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EB9 is #BB9146. Grayscale: #696969. Windows color (decimal): -12292423 or 12152388. OLE color: 12152388.

HSL color Cylindrical-coordinate representation of color #446EB9: hue angle of 218.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446EB9 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 110 185 -
CMYK 0.63 0.41 0 0.27
HSL 218.46º 0.46% 0.5% -
HSV(B) 218.46º 0.63% 0.73% -
XYZ 16.72 15.88 48.08 -
YUV 105.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 68 110 185 0.63 0.41 0 0.27 218.46 0.46 0.5
Hex 44 6E B9 3F 29 0 1B DA 2E 32
Octal 104 156 271 77 51 0 33 332 56 62
Binary 1000100 1101110 10111001 111111 101001 0 11011 11011010 101110 110010

Color Harmonies of #446EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EB9

Black with #446EB9

Text Example


Text Example

White with #446EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446EB9; }

 p { color: rgb(68,110,185); }

 H1.HeaderClassName
 {
   color: #446EB9;
 }
 .AnyTagClassName
 {
   color: #446EB9;
 }
</style>

background-color css

<style>
 a { background-color: #446EB9; }

 a { background-color: rgb(68,110,185); }

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

border-color css

<style>
 span { border-color: #446EB9; }

 span { border-color: rgb(68,110,185); }

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