Html Css Color HEX #444FC1 Free Speech Blue

📋 copy color: '#444FC1'

red 68 ◦ green 79 ◦ blue 193

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

Shades of Free Speech Blue #444FC1

Tints of Free Speech Blue #444FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 20%
G = 23.24%
B = 56.76%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#444FC1 (or 0x444FC1) is known color: Free Speech Blue. HEX triplet: 44, 4F and C1. RGB value is (68,79,193). Sum of RGB (Red+Green+Blue) = 68+79+193=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #444FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FC1 is #BBB03E. Grayscale: #585858. Windows color (decimal): -12300351 or 12668740. OLE color: 12668740.

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

Color convert

RGB 68 79 193 -
CMYK 0.65 0.59 0 0.24
HSL 234.72º 0.5% 0.51% -
HSV(B) 234.72º 0.65% 0.76% -
XYZ 14.81 10.67 51.73 -
YUV 88.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 68 79 193 0.65 0.59 0 0.24 234.72 0.5 0.51
Hex 44 4F C1 41 3B 0 18 EB 32 33
Octal 104 117 301 101 73 0 30 353 62 63
Binary 1000100 1001111 11000001 1000001 111011 0 11000 11101011 110010 110011

Color Harmonies of #444FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444FC1

Black with #444FC1

Text Example


Text Example

White with #444FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444FC1; }

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

 H1.HeaderClassName
 {
   color: #444FC1;
 }
 .AnyTagClassName
 {
   color: #444FC1;
 }
</style>

background-color css

<style>
 a { background-color: #444FC1; }

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

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

border-color css

<style>
 span { border-color: #444FC1; }

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

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