Html Css Color HEX #4449C1 Free Speech Blue

📋 copy color: '#4449C1'

red 68 ◦ green 73 ◦ blue 193

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

Shades of Free Speech Blue #4449C1

Tints of Free Speech Blue #4449C1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

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

R = 20.36%
G = 21.86%
B = 57.78%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4449C1 (or 0x4449C1) is known color: Free Speech Blue. HEX triplet: 44, 49 and C1. RGB value is (68,73,193). Sum of RGB (Red+Green+Blue) = 68+73+193=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #4449C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449C1 is #BBB63E. Grayscale: #545454. Windows color (decimal): -12301887 or 12667204. OLE color: 12667204.

HSL color Cylindrical-coordinate representation of color #4449C1: hue angle of 237.6º 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 #4449C1 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 73 193 -
CMYK 0.65 0.62 0 0.24
HSL 237.6º 0.5% 0.51% -
HSV(B) 237.6º 0.65% 0.76% -
XYZ 14.39 9.84 51.59 -
YUV 85.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 68 73 193 0.65 0.62 0 0.24 237.6 0.5 0.51
Hex 44 49 C1 41 3E 0 18 EE 32 33
Octal 104 111 301 101 76 0 30 356 62 63
Binary 1000100 1001001 11000001 1000001 111110 0 11000 11101110 110010 110011

Color Harmonies of #4449C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449C1

Black with #4449C1

Text Example


Text Example

White with #4449C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4449C1; }

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

 H1.HeaderClassName
 {
   color: #4449C1;
 }
 .AnyTagClassName
 {
   color: #4449C1;
 }
</style>

background-color css

<style>
 a { background-color: #4449C1; }

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

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

border-color css

<style>
 span { border-color: #4449C1; }

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

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