Html Css Color HEX #4D55DD Free Speech Blue

📋 copy color: '#4D55DD'

red 77 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Blue #4D55DD

Tints of Free Speech Blue #4D55DD

RGB

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

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

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

R = 20.1%
G = 22.19%
B = 57.7%

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

#4D55DD (or 0x4D55DD) is known color: Free Speech Blue. HEX triplet: 4D, 55 and DD. RGB value is (77,85,221). Sum of RGB (Red+Green+Blue) = 77+85+221=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D55DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55DD is #B2AA22. Grayscale: #616161. Windows color (decimal): -11708963 or 14505293. OLE color: 14505293.

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

Color convert

RGB 77 85 221 -
CMYK 0.65 0.62 0 0.13
HSL 236.67º 0.68% 0.58% -
HSV(B) 236.67º 0.65% 0.87% -
XYZ 19.36 13.3 69.95 -
YUV 98.11 197.35 112.94 -
System Red Green Blue C M Y K H S L
Decimal 77 85 221 0.65 0.62 0 0.13 236.67 0.68 0.58
Hex 4D 55 DD 41 3E 0 D ED 44 3A
Octal 115 125 335 101 76 0 15 355 104 72
Binary 1001101 1010101 11011101 1000001 111110 0 1101 11101101 1000100 111010

Color Harmonies of #4D55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D55DD

Black with #4D55DD

Text Example


Text Example

White with #4D55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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