Html Css Color HEX #446BC0 Free Speech Blue

📋 copy color: '#446BC0'

red 68 ◦ green 107 ◦ blue 192

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

Shades of Free Speech Blue #446BC0

Tints of Free Speech Blue #446BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 18.53%
G = 29.16%
B = 52.32%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#446BC0 (or 0x446BC0) is known color: Free Speech Blue. HEX triplet: 44, 6B and C0. RGB value is (68,107,192). Sum of RGB (Red+Green+Blue) = 68+107+192=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #446BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BC0 is #BB943F. Grayscale: #686868. Windows color (decimal): -12293184 or 12610372. OLE color: 12610372.

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

Color convert

RGB 68 107 192 -
CMYK 0.65 0.44 0 0.25
HSL 221.13º 0.5% 0.51% -
HSV(B) 221.13º 0.65% 0.75% -
XYZ 17.16 15.55 51.97 -
YUV 105.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 68 107 192 0.65 0.44 0 0.25 221.13 0.5 0.51
Hex 44 6B C0 41 2C 0 19 DD 32 33
Octal 104 153 300 101 54 0 31 335 62 63
Binary 1000100 1101011 11000000 1000001 101100 0 11001 11011101 110010 110011

Color Harmonies of #446BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446BC0

Black with #446BC0

Text Example


Text Example

White with #446BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,107,192); }

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

background-color css

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

 a { background-color: rgb(68,107,192); }

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

border-color css

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

 span { border-color: rgb(68,107,192); }

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