Html Css Color HEX #446EBD Steel Blue

📋 copy color: '#446EBD'

red 68 ◦ green 110 ◦ blue 189

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

Shades of Steel Blue #446EBD

Tints of Steel Blue #446EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 18.53%
G = 29.97%
B = 51.5%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#446EBD (or 0x446EBD) is known color: Steel Blue. HEX triplet: 44, 6E and BD. RGB value is (68,110,189). Sum of RGB (Red+Green+Blue) = 68+110+189=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #446EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EBD is #BB9142. Grayscale: #6A6A6A. Windows color (decimal): -12292419 or 12414532. OLE color: 12414532.

HSL color Cylindrical-coordinate representation of color #446EBD: hue angle of 219.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446EBD is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 110 189 -
CMYK 0.64 0.42 0 0.26
HSL 219.17º 0.48% 0.5% -
HSV(B) 219.17º 0.64% 0.74% -
XYZ 17.15 16.05 50.34 -
YUV 106.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 68 110 189 0.64 0.42 0 0.26 219.17 0.48 0.5
Hex 44 6E BD 40 2A 0 1A DB 30 32
Octal 104 156 275 100 52 0 32 333 60 62
Binary 1000100 1101110 10111101 1000000 101010 0 11010 11011011 110000 110010

Color Harmonies of #446EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EBD

Black with #446EBD

Text Example


Text Example

White with #446EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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