Html Css Color HEX #4D55CD Free Speech Blue

📋 copy color: '#4D55CD'

red 77 ◦ green 85 ◦ blue 205

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

Shades of Free Speech Blue #4D55CD

Tints of Free Speech Blue #4D55CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 20.98%
G = 23.16%
B = 55.86%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D55CD (or 0x4D55CD) is known color: Free Speech Blue. HEX triplet: 4D, 55 and CD. RGB value is (77,85,205). Sum of RGB (Red+Green+Blue) = 77+85+205=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D55CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55CD is #B2AA32. Grayscale: #5F5F5F. Windows color (decimal): -11708979 or 13456717. OLE color: 13456717.

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

Color convert

RGB 77 85 205 -
CMYK 0.62 0.59 0 0.20
HSL 236.25º 0.56% 0.55% -
HSV(B) 236.25º 0.62% 0.8% -
XYZ 17.33 12.48 59.25 -
YUV 96.29 189.35 114.24 -
System Red Green Blue C M Y K H S L
Decimal 77 85 205 0.62 0.59 0 0.20 236.25 0.56 0.55
Hex 4D 55 CD 3E 3B 0 14 EC 38 37
Octal 115 125 315 76 73 0 24 354 70 67
Binary 1001101 1010101 11001101 111110 111011 0 10100 11101100 111000 110111

Color Harmonies of #4D55CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D55CD

Black with #4D55CD

Text Example


Text Example

White with #4D55CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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