Html Css Color HEX #4D4ADA Free Speech Blue

📋 copy color: '#4D4ADA'

red 77 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Blue #4D4ADA

Tints of Free Speech Blue #4D4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 20.87%
G = 20.05%
B = 59.08%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4D4ADA (or 0x4D4ADA) is known color: Free Speech Blue. HEX triplet: 4D, 4A and DA. RGB value is (77,74,218). Sum of RGB (Red+Green+Blue) = 77+74+218=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D4ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ADA is #B2B525. Grayscale: #5A5A5A. Windows color (decimal): -11711782 or 14305869. OLE color: 14305869.

HSL color Cylindrical-coordinate representation of color #4D4ADA: hue angle of 241.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D4ADA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 74 218 -
CMYK 0.65 0.66 0 0.15
HSL 241.25º 0.66% 0.57% -
HSV(B) 241.25º 0.66% 0.85% -
XYZ 18.16 11.54 67.6 -
YUV 91.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 77 74 218 0.65 0.66 0 0.15 241.25 0.66 0.57
Hex 4D 4A DA 41 42 0 F F1 42 39
Octal 115 112 332 101 102 0 17 361 102 71
Binary 1001101 1001010 11011010 1000001 1000010 0 1111 11110001 1000010 111001

Color Harmonies of #4D4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4ADA

Black with #4D4ADA

Text Example


Text Example

White with #4D4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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