Html Css Color HEX #4C40CD Free Speech Blue

📋 copy color: '#4C40CD'

red 76 ◦ green 64 ◦ blue 205

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

Shades of Free Speech Blue #4C40CD

Tints of Free Speech Blue #4C40CD

RGB

 RED value IS 76 (30.08% from 255) = 22.03%

 GREEN value IS 64 (25.39% from 255) = 18.55%

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

R = 22.03%
G = 18.55%
B = 59.42%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C40CD (or 0x4C40CD) is known color: Free Speech Blue. HEX triplet: 4C, 40 and CD. RGB value is (76,64,205). Sum of RGB (Red+Green+Blue) = 76+64+205=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C40CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C40CD is #B3BF32. Grayscale: #535353. Windows color (decimal): -11779891 or 13451340. OLE color: 13451340.

HSL color Cylindrical-coordinate representation of color #4C40CD: hue angle of 245.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C40CD is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 64 205 -
CMYK 0.63 0.69 0 0.20
HSL 245.11º 0.59% 0.53% -
HSV(B) 245.11º 0.69% 0.8% -
XYZ 15.83 9.61 58.78 -
YUV 83.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 76 64 205 0.63 0.69 0 0.20 245.11 0.59 0.53
Hex 4C 40 CD 3F 45 0 14 F5 3B 35
Octal 114 100 315 77 105 0 24 365 73 65
Binary 1001100 1000000 11001101 111111 1000101 0 10100 11110101 111011 110101

Color Harmonies of #4C40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C40CD

Black with #4C40CD

Text Example


Text Example

White with #4C40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,205); }

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

background-color css

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

 a { background-color: rgb(76,64,205); }

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

border-color css

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

 span { border-color: rgb(76,64,205); }

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