Html Css Color HEX #4D53CD Free Speech Blue

📋 copy color: '#4D53CD'

red 77 ◦ green 83 ◦ blue 205

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

Shades of Free Speech Blue #4D53CD

Tints of Free Speech Blue #4D53CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

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

R = 21.1%
G = 22.74%
B = 56.16%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D53CD (or 0x4D53CD) is known color: Free Speech Blue. HEX triplet: 4D, 53 and CD. RGB value is (77,83,205). Sum of RGB (Red+Green+Blue) = 77+83+205=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D53CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D53CD is #B2AC32. Grayscale: #5E5E5E. Windows color (decimal): -11709491 or 13456205. OLE color: 13456205.

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

Color convert

RGB 77 83 205 -
CMYK 0.62 0.60 0 0.20
HSL 237.19º 0.56% 0.55% -
HSV(B) 237.19º 0.62% 0.8% -
XYZ 17.17 12.17 59.2 -
YUV 95.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 77 83 205 0.62 0.60 0 0.20 237.19 0.56 0.55
Hex 4D 53 CD 3E 3C 0 14 ED 38 37
Octal 115 123 315 76 74 0 24 355 70 67
Binary 1001101 1010011 11001101 111110 111100 0 10100 11101101 111000 110111

Color Harmonies of #4D53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D53CD

Black with #4D53CD

Text Example


Text Example

White with #4D53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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