Html Css Color HEX #4D41CD Free Speech Blue

📋 copy color: '#4D41CD'

red 77 ◦ green 65 ◦ blue 205

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

Shades of Free Speech Blue #4D41CD

Tints of Free Speech Blue #4D41CD

RGB

 RED value IS 77 (30.47% from 255) = 22.19%

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

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 22.19%
G = 18.73%
B = 59.08%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D41CD (or 0x4D41CD) is known color: Free Speech Blue. HEX triplet: 4D, 41 and CD. RGB value is (77,65,205). Sum of RGB (Red+Green+Blue) = 77+65+205=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D41CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D41CD is #B2BE32. Grayscale: #545454. Windows color (decimal): -11714099 or 13451597. OLE color: 13451597.

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

Color convert

RGB 77 65 205 -
CMYK 0.62 0.68 0 0.20
HSL 245.14º 0.58% 0.53% -
HSV(B) 245.14º 0.68% 0.8% -
XYZ 15.97 9.77 58.8 -
YUV 84.55 195.98 122.62 -
System Red Green Blue C M Y K H S L
Decimal 77 65 205 0.62 0.68 0 0.20 245.14 0.58 0.53
Hex 4D 41 CD 3E 44 0 14 F5 3A 35
Octal 115 101 315 76 104 0 24 365 72 65
Binary 1001101 1000001 11001101 111110 1000100 0 10100 11110101 111010 110101

Color Harmonies of #4D41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D41CD

Black with #4D41CD

Text Example


Text Example

White with #4D41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,65,205); }

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

background-color css

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

 a { background-color: rgb(77,65,205); }

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

border-color css

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

 span { border-color: rgb(77,65,205); }

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