Html Css Color HEX #446DB9 Steel Blue

📋 copy color: '#446DB9'

red 68 ◦ green 109 ◦ blue 185

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

Shades of Steel Blue #446DB9

Tints of Steel Blue #446DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

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

R = 18.78%
G = 30.11%
B = 51.1%

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

#446DB9 (or 0x446DB9) is known color: Steel Blue. HEX triplet: 44, 6D and B9. RGB value is (68,109,185). Sum of RGB (Red+Green+Blue) = 68+109+185=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #446DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DB9 is #BB9246. Grayscale: #696969. Windows color (decimal): -12292679 or 12152132. OLE color: 12152132.

HSL color Cylindrical-coordinate representation of color #446DB9: hue angle of 218.97º 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 #446DB9 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 109 185 -
CMYK 0.63 0.41 0 0.27
HSL 218.97º 0.46% 0.5% -
HSV(B) 218.97º 0.63% 0.73% -
XYZ 16.61 15.67 48.05 -
YUV 105.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 68 109 185 0.63 0.41 0 0.27 218.97 0.46 0.5
Hex 44 6D B9 3F 29 0 1B DB 2E 32
Octal 104 155 271 77 51 0 33 333 56 62
Binary 1000100 1101101 10111001 111111 101001 0 11011 11011011 101110 110010

Color Harmonies of #446DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DB9

Black with #446DB9

Text Example


Text Example

White with #446DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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