Html Css Color HEX #4D4ACD Free Speech Blue

📋 copy color: '#4D4ACD'

red 77 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #4D4ACD

Tints of Free Speech Blue #4D4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

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

R = 21.63%
G = 20.79%
B = 57.58%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D4ACD (or 0x4D4ACD) is known color: Free Speech Blue. HEX triplet: 4D, 4A and CD. RGB value is (77,74,205). Sum of RGB (Red+Green+Blue) = 77+74+205=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D4ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ACD is #B2B532. Grayscale: #595959. Windows color (decimal): -11711795 or 13453901. OLE color: 13453901.

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

Color convert

RGB 77 74 205 -
CMYK 0.62 0.64 0 0.20
HSL 241.37º 0.57% 0.55% -
HSV(B) 241.37º 0.64% 0.8% -
XYZ 16.53 10.88 58.99 -
YUV 89.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 77 74 205 0.62 0.64 0 0.20 241.37 0.57 0.55
Hex 4D 4A CD 3E 40 0 14 F1 39 37
Octal 115 112 315 76 100 0 24 361 71 67
Binary 1001101 1001010 11001101 111110 1000000 0 10100 11110001 111001 110111

Color Harmonies of #4D4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4ACD

Black with #4D4ACD

Text Example


Text Example

White with #4D4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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