Html Css Color HEX #446DBA Steel Blue

📋 copy color: '#446DBA'

red 68 ◦ green 109 ◦ blue 186

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

Shades of Steel Blue #446DBA

Tints of Steel Blue #446DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 18.73%
G = 30.03%
B = 51.24%

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

#446DBA (or 0x446DBA) is known color: Steel Blue. HEX triplet: 44, 6D and BA. RGB value is (68,109,186). Sum of RGB (Red+Green+Blue) = 68+109+186=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #446DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DBA is #BB9245. Grayscale: #696969. Windows color (decimal): -12292678 or 12217668. OLE color: 12217668.

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

Color convert

RGB 68 109 186 -
CMYK 0.63 0.41 0 0.27
HSL 219.15º 0.46% 0.5% -
HSV(B) 219.15º 0.63% 0.73% -
XYZ 16.72 15.71 48.61 -
YUV 105.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 68 109 186 0.63 0.41 0 0.27 219.15 0.46 0.5
Hex 44 6D BA 3F 29 0 1B DB 2E 32
Octal 104 155 272 77 51 0 33 333 56 62
Binary 1000100 1101101 10111010 111111 101001 0 11011 11011011 101110 110010

Color Harmonies of #446DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DBA

Black with #446DBA

Text Example


Text Example

White with #446DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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