Html Css Color HEX #446AC0 Free Speech Blue

📋 copy color: '#446AC0'

red 68 ◦ green 106 ◦ blue 192

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

Shades of Free Speech Blue #446AC0

Tints of Free Speech Blue #446AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 18.58%
G = 28.96%
B = 52.46%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#446AC0 (or 0x446AC0) is known color: Free Speech Blue. HEX triplet: 44, 6A and C0. RGB value is (68,106,192). Sum of RGB (Red+Green+Blue) = 68+106+192=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #446AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446AC0 is #BB953F. Grayscale: #686868. Windows color (decimal): -12293440 or 12610116. OLE color: 12610116.

HSL color Cylindrical-coordinate representation of color #446AC0: hue angle of 221.61º 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 #446AC0 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 106 192 -
CMYK 0.65 0.45 0 0.25
HSL 221.61º 0.5% 0.51% -
HSV(B) 221.61º 0.65% 0.75% -
XYZ 17.05 15.34 51.93 -
YUV 104.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 68 106 192 0.65 0.45 0 0.25 221.61 0.5 0.51
Hex 44 6A C0 41 2D 0 19 DE 32 33
Octal 104 152 300 101 55 0 31 336 62 63
Binary 1000100 1101010 11000000 1000001 101101 0 11001 11011110 110010 110011

Color Harmonies of #446AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446AC0

Black with #446AC0

Text Example


Text Example

White with #446AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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