Html Css Color HEX #4442C1 Free Speech Blue

📋 copy color: '#4442C1'

red 68 ◦ green 66 ◦ blue 193

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

Shades of Free Speech Blue #4442C1

Tints of Free Speech Blue #4442C1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

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

R = 20.8%
G = 20.18%
B = 59.02%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4442C1 (or 0x4442C1) is known color: Free Speech Blue. HEX triplet: 44, 42 and C1. RGB value is (68,66,193). Sum of RGB (Red+Green+Blue) = 68+66+193=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #4442C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4442C1 is #BBBD3E. Grayscale: #505050. Windows color (decimal): -12303679 or 12665412. OLE color: 12665412.

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

Color convert

RGB 68 66 193 -
CMYK 0.65 0.66 0 0.24
HSL 240.94º 0.51% 0.51% -
HSV(B) 240.94º 0.66% 0.76% -
XYZ 13.96 8.98 51.45 -
YUV 81.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 68 66 193 0.65 0.66 0 0.24 240.94 0.51 0.51
Hex 44 42 C1 41 42 0 18 F1 33 33
Octal 104 102 301 101 102 0 30 361 63 63
Binary 1000100 1000010 11000001 1000001 1000010 0 11000 11110001 110011 110011

Color Harmonies of #4442C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4442C1

Black with #4442C1

Text Example


Text Example

White with #4442C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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