Html Css Color HEX #446EC1 Free Speech Blue

📋 copy color: '#446EC1'

red 68 ◦ green 110 ◦ blue 193

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

Shades of Free Speech Blue #446EC1

Tints of Free Speech Blue #446EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 193 (75.78% from 255) = 52.02%

R = 18.33%
G = 29.65%
B = 52.02%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#446EC1 (or 0x446EC1) is known color: Free Speech Blue. HEX triplet: 44, 6E and C1. RGB value is (68,110,193). Sum of RGB (Red+Green+Blue) = 68+110+193=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #446EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EC1 is #BB913E. Grayscale: #6A6A6A. Windows color (decimal): -12292415 or 12676676. OLE color: 12676676.

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

Color convert

RGB 68 110 193 -
CMYK 0.65 0.43 0 0.24
HSL 219.84º 0.5% 0.51% -
HSV(B) 219.84º 0.65% 0.76% -
XYZ 17.59 16.23 52.66 -
YUV 106.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 68 110 193 0.65 0.43 0 0.24 219.84 0.5 0.51
Hex 44 6E C1 41 2B 0 18 DC 32 33
Octal 104 156 301 101 53 0 30 334 62 63
Binary 1000100 1101110 11000001 1000001 101011 0 11000 11011100 110010 110011

Color Harmonies of #446EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EC1

Black with #446EC1

Text Example


Text Example

White with #446EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,110,193); }

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

background-color css

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

 a { background-color: rgb(68,110,193); }

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

border-color css

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

 span { border-color: rgb(68,110,193); }

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