Html Css Color HEX #4D54DD Free Speech Blue

📋 copy color: '#4D54DD'

red 77 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Blue #4D54DD

Tints of Free Speech Blue #4D54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

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

R = 20.16%
G = 21.99%
B = 57.85%

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

#4D54DD (or 0x4D54DD) is known color: Free Speech Blue. HEX triplet: 4D, 54 and DD. RGB value is (77,84,221). Sum of RGB (Red+Green+Blue) = 77+84+221=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D54DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54DD is #B2AB22. Grayscale: #606060. Windows color (decimal): -11709219 or 14505037. OLE color: 14505037.

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

Color convert

RGB 77 84 221 -
CMYK 0.65 0.62 0 0.13
HSL 237.08º 0.68% 0.58% -
HSV(B) 237.08º 0.65% 0.87% -
XYZ 19.28 13.14 69.93 -
YUV 97.53 197.68 113.36 -
System Red Green Blue C M Y K H S L
Decimal 77 84 221 0.65 0.62 0 0.13 237.08 0.68 0.58
Hex 4D 54 DD 41 3E 0 D ED 44 3A
Octal 115 124 335 101 76 0 15 355 104 72
Binary 1001101 1010100 11011101 1000001 111110 0 1101 11101101 1000100 111010

Color Harmonies of #4D54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D54DD

Black with #4D54DD

Text Example


Text Example

White with #4D54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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