Html Css Color HEX #4441CC Free Speech Blue

📋 copy color: '#4441CC'

red 68 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Blue #4441CC

Tints of Free Speech Blue #4441CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 20.18%
G = 19.29%
B = 60.53%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4441CC (or 0x4441CC) is known color: Free Speech Blue. HEX triplet: 44, 41 and CC. RGB value is (68,65,204). Sum of RGB (Red+Green+Blue) = 68+65+204=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #4441CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441CC is #BBBE33. Grayscale: #515151. Windows color (decimal): -12303924 or 13386052. OLE color: 13386052.

HSL color Cylindrical-coordinate representation of color #4441CC: hue angle of 241.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4441CC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 65 204 -
CMYK 0.67 0.68 0 0.2
HSL 241.3º 0.58% 0.53% -
HSV(B) 241.3º 0.68% 0.8% -
XYZ 15.17 9.37 58.14 -
YUV 81.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 68 65 204 0.67 0.68 0 0.2 241.3 0.58 0.53
Hex 44 41 CC 43 44 0 14 F1 3A 35
Octal 104 101 314 103 104 0 24 361 72 65
Binary 1000100 1000001 11001100 1000011 1000100 0 10100 11110001 111010 110101

Color Harmonies of #4441CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4441CC

Black with #4441CC

Text Example


Text Example

White with #4441CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4441CC; }

 p { color: rgb(68,65,204); }

 H1.HeaderClassName
 {
   color: #4441CC;
 }
 .AnyTagClassName
 {
   color: #4441CC;
 }
</style>

background-color css

<style>
 a { background-color: #4441CC; }

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

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

border-color css

<style>
 span { border-color: #4441CC; }

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

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