Html Css Color HEX #4D4CCD Free Speech Blue

📋 copy color: '#4D4CCD'

red 77 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #4D4CCD

Tints of Free Speech Blue #4D4CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

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

R = 21.51%
G = 21.23%
B = 57.26%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D4CCD (or 0x4D4CCD) is known color: Free Speech Blue. HEX triplet: 4D, 4C and CD. RGB value is (77,76,205). Sum of RGB (Red+Green+Blue) = 77+76+205=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D4CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4CCD is #B2B332. Grayscale: #5A5A5A. Windows color (decimal): -11711283 or 13454413. OLE color: 13454413.

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

Color convert

RGB 77 76 205 -
CMYK 0.62 0.63 0 0.20
HSL 240.47º 0.56% 0.55% -
HSV(B) 240.47º 0.63% 0.8% -
XYZ 16.66 11.15 59.03 -
YUV 91.01 192.33 118.01 -
System Red Green Blue C M Y K H S L
Decimal 77 76 205 0.62 0.63 0 0.20 240.47 0.56 0.55
Hex 4D 4C CD 3E 3F 0 14 F0 38 37
Octal 115 114 315 76 77 0 24 360 70 67
Binary 1001101 1001100 11001101 111110 111111 0 10100 11110000 111000 110111

Color Harmonies of #4D4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4CCD

Black with #4D4CCD

Text Example


Text Example

White with #4D4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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