Html Css Color HEX #446EBA Steel Blue

📋 copy color: '#446EBA'

red 68 ◦ green 110 ◦ blue 186

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

Shades of Steel Blue #446EBA

Tints of Steel Blue #446EBA

RGB

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

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

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

R = 18.68%
G = 30.22%
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

#446EBA (or 0x446EBA) is known color: Steel Blue. HEX triplet: 44, 6E and BA. RGB value is (68,110,186). Sum of RGB (Red+Green+Blue) = 68+110+186=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #446EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EBA is #BB9145. Grayscale: #696969. Windows color (decimal): -12292422 or 12217924. OLE color: 12217924.

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

Color convert

RGB 68 110 186 -
CMYK 0.63 0.41 0 0.27
HSL 218.64º 0.46% 0.5% -
HSV(B) 218.64º 0.63% 0.73% -
XYZ 16.82 15.93 48.64 -
YUV 106.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 68 110 186 0.63 0.41 0 0.27 218.64 0.46 0.5
Hex 44 6E BA 3F 29 0 1B DB 2E 32
Octal 104 156 272 77 51 0 33 333 56 62
Binary 1000100 1101110 10111010 111111 101001 0 11011 11011011 101110 110010

Color Harmonies of #446EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EBA

Black with #446EBA

Text Example


Text Example

White with #446EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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