Html Css Color HEX #446FBB Steel Blue

📋 copy color: '#446FBB'

red 68 ◦ green 111 ◦ blue 187

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

Shades of Steel Blue #446FBB

Tints of Steel Blue #446FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

 BLUE value IS 187 (73.44% from 255) = 51.09%

R = 18.58%
G = 30.33%
B = 51.09%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#446FBB (or 0x446FBB) is known color: Steel Blue. HEX triplet: 44, 6F and BB. RGB value is (68,111,187). Sum of RGB (Red+Green+Blue) = 68+111+187=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #446FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FBB is #BB9044. Grayscale: #6A6A6A. Windows color (decimal): -12292165 or 12283716. OLE color: 12283716.

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

Color convert

RGB 68 111 187 -
CMYK 0.64 0.41 0 0.27
HSL 218.32º 0.47% 0.5% -
HSV(B) 218.32º 0.64% 0.73% -
XYZ 17.04 16.19 49.24 -
YUV 106.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 68 111 187 0.64 0.41 0 0.27 218.32 0.47 0.5
Hex 44 6F BB 40 29 0 1B DA 2F 32
Octal 104 157 273 100 51 0 33 332 57 62
Binary 1000100 1101111 10111011 1000000 101001 0 11011 11011010 101111 110010

Color Harmonies of #446FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FBB

Black with #446FBB

Text Example


Text Example

White with #446FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,187); }

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

background-color css

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

 a { background-color: rgb(68,111,187); }

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

border-color css

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

 span { border-color: rgb(68,111,187); }

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