Html Css Color HEX #446FBE Steel Blue

📋 copy color: '#446FBE'

red 68 ◦ green 111 ◦ blue 190

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

Shades of Steel Blue #446FBE

Tints of Steel Blue #446FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 18.43%
G = 30.08%
B = 51.49%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#446FBE (or 0x446FBE) is known color: Steel Blue. HEX triplet: 44, 6F and BE. RGB value is (68,111,190). Sum of RGB (Red+Green+Blue) = 68+111+190=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #446FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FBE is #BB9041. Grayscale: #6A6A6A. Windows color (decimal): -12292162 or 12480324. OLE color: 12480324.

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

Color convert

RGB 68 111 190 -
CMYK 0.64 0.42 0 0.25
HSL 218.85º 0.48% 0.51% -
HSV(B) 218.85º 0.64% 0.75% -
XYZ 17.36 16.32 50.95 -
YUV 107.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 68 111 190 0.64 0.42 0 0.25 218.85 0.48 0.51
Hex 44 6F BE 40 2A 0 19 DB 30 33
Octal 104 157 276 100 52 0 31 333 60 63
Binary 1000100 1101111 10111110 1000000 101010 0 11001 11011011 110000 110011

Color Harmonies of #446FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FBE

Black with #446FBE

Text Example


Text Example

White with #446FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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