Html Css Color HEX #446FBC Steel Blue

📋 copy color: '#446FBC'

red 68 ◦ green 111 ◦ blue 188

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

Shades of Steel Blue #446FBC

Tints of Steel Blue #446FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 18.53%
G = 30.25%
B = 51.23%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#446FBC (or 0x446FBC) is known color: Steel Blue. HEX triplet: 44, 6F and BC. RGB value is (68,111,188). Sum of RGB (Red+Green+Blue) = 68+111+188=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #446FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FBC is #BB9043. Grayscale: #6A6A6A. Windows color (decimal): -12292164 or 12349252. OLE color: 12349252.

HSL color Cylindrical-coordinate representation of color #446FBC: hue angle of 218.5º degrees, saturation: 0.47, 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 #446FBC is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 111 188 -
CMYK 0.64 0.41 0 0.26
HSL 218.5º 0.47% 0.5% -
HSV(B) 218.5º 0.64% 0.74% -
XYZ 17.15 16.23 49.81 -
YUV 106.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 68 111 188 0.64 0.41 0 0.26 218.5 0.47 0.5
Hex 44 6F BC 40 29 0 1A DA 2F 32
Octal 104 157 274 100 51 0 32 332 57 62
Binary 1000100 1101111 10111100 1000000 101001 0 11010 11011010 101111 110010

Color Harmonies of #446FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FBC

Black with #446FBC

Text Example


Text Example

White with #446FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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