Html Css Color HEX #4444C3 Free Speech Blue

📋 copy color: '#4444C3'

red 68 ◦ green 68 ◦ blue 195

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

Shades of Free Speech Blue #4444C3

Tints of Free Speech Blue #4444C3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

 BLUE value IS 195 (76.56% from 255) = 58.91%

R = 20.54%
G = 20.54%
B = 58.91%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4444C3 (or 0x4444C3) is known color: Free Speech Blue. HEX triplet: 44, 44 and C3. RGB value is (68,68,195). Sum of RGB (Red+Green+Blue) = 68+68+195=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 195 (76.56% from 255 or 58.91% from 331); Max value from RGB is 195 - color contains mainly: blue. Hex color #4444C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4444C3 is #BBBB3C. Grayscale: #515151. Windows color (decimal): -12303165 or 12796996. OLE color: 12796996.

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

Color convert

RGB 68 68 195 -
CMYK 0.65 0.65 0 0.24
HSL 240º 0.51% 0.52% -
HSV(B) 240º 0.65% 0.76% -
XYZ 14.3 9.3 52.67 -
YUV 82.48 191.5 117.67 -
System Red Green Blue C M Y K H S L
Decimal 68 68 195 0.65 0.65 0 0.24 240 0.51 0.52
Hex 44 44 C3 41 41 0 18 F0 33 34
Octal 104 104 303 101 101 0 30 360 63 64
Binary 1000100 1000100 11000011 1000001 1000001 0 11000 11110000 110011 110100

Color Harmonies of #4444C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4444C3

Black with #4444C3

Text Example


Text Example

White with #4444C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4444C3; }

 p { color: rgb(68,68,195); }

 H1.HeaderClassName
 {
   color: #4444C3;
 }
 .AnyTagClassName
 {
   color: #4444C3;
 }
</style>

background-color css

<style>
 a { background-color: #4444C3; }

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

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

border-color css

<style>
 span { border-color: #4444C3; }

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

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