Html Css Color HEX #4E41CC Free Speech Blue

📋 copy color: '#4E41CC'

red 78 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Blue #4E41CC

Tints of Free Speech Blue #4E41CC

RGB

 RED value IS 78 (30.86% from 255) = 22.48%

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

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

R = 22.48%
G = 18.73%
B = 58.79%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E41CC (or 0x4E41CC) is known color: Free Speech Blue. HEX triplet: 4E, 41 and CC. RGB value is (78,65,204). Sum of RGB (Red+Green+Blue) = 78+65+204=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E41CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E41CC is #B1BE33. Grayscale: #545454. Windows color (decimal): -11648564 or 13386062. OLE color: 13386062.

HSL color Cylindrical-coordinate representation of color #4E41CC: hue angle of 245.61º 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 #4E41CC is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 65 204 -
CMYK 0.62 0.68 0 0.2
HSL 245.61º 0.58% 0.53% -
HSV(B) 245.61º 0.68% 0.8% -
XYZ 15.93 9.76 58.17 -
YUV 84.73 195.31 123.2 -
System Red Green Blue C M Y K H S L
Decimal 78 65 204 0.62 0.68 0 0.2 245.61 0.58 0.53
Hex 4E 41 CC 3E 44 0 14 F6 3A 35
Octal 116 101 314 76 104 0 24 366 72 65
Binary 1001110 1000001 11001100 111110 1000100 0 10100 11110110 111010 110101

Color Harmonies of #4E41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E41CC

Black with #4E41CC

Text Example


Text Example

White with #4E41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E41CC; }

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

 H1.HeaderClassName
 {
   color: #4E41CC;
 }
 .AnyTagClassName
 {
   color: #4E41CC;
 }
</style>

background-color css

<style>
 a { background-color: #4E41CC; }

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

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

border-color css

<style>
 span { border-color: #4E41CC; }

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

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