Html Css Color HEX #4D53DD Free Speech Blue

📋 copy color: '#4D53DD'

red 77 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Blue #4D53DD

Tints of Free Speech Blue #4D53DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 20.21%
G = 21.78%
B = 58.01%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D53DD (or 0x4D53DD) is known color: Free Speech Blue. HEX triplet: 4D, 53 and DD. RGB value is (77,83,221). Sum of RGB (Red+Green+Blue) = 77+83+221=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D53DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D53DD is #B2AC22. Grayscale: #606060. Windows color (decimal): -11709475 or 14504781. OLE color: 14504781.

HSL color Cylindrical-coordinate representation of color #4D53DD: hue angle of 237.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D53DD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 83 221 -
CMYK 0.65 0.62 0 0.13
HSL 237.5º 0.68% 0.58% -
HSV(B) 237.5º 0.65% 0.87% -
XYZ 19.2 12.98 69.9 -
YUV 96.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 77 83 221 0.65 0.62 0 0.13 237.5 0.68 0.58
Hex 4D 53 DD 41 3E 0 D EE 44 3A
Octal 115 123 335 101 76 0 15 356 104 72
Binary 1001101 1010011 11011101 1000001 111110 0 1101 11101110 1000100 111010

Color Harmonies of #4D53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D53DD

Black with #4D53DD

Text Example


Text Example

White with #4D53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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