Html Css Color HEX #4A4DCD Free Speech Blue

📋 copy color: '#4A4DCD'

red 74 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #4A4DCD

Tints of Free Speech Blue #4A4DCD

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A4DCD (or 0x4A4DCD) is known color: Free Speech Blue. HEX triplet: 4A, 4D and CD. RGB value is (74,77,205). Sum of RGB (Red+Green+Blue) = 74+77+205=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 77 (30.47% from 255 or 21.63% 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 #4A4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DCD is #B5B232. Grayscale: #5A5A5A. Windows color (decimal): -11907635 or 13454666. OLE color: 13454666.

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

Color convert

RGB 74 77 205 -
CMYK 0.64 0.62 0 0.20
HSL 238.63º 0.57% 0.55% -
HSV(B) 238.63º 0.64% 0.8% -
XYZ 16.5 11.17 59.04 -
YUV 90.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 74 77 205 0.64 0.62 0 0.20 238.63 0.57 0.55
Hex 4A 4D CD 40 3E 0 14 EF 39 37
Octal 112 115 315 100 76 0 24 357 71 67
Binary 1001010 1001101 11001101 1000000 111110 0 10100 11101111 111001 110111

Color Harmonies of #4A4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4DCD

Black with #4A4DCD

Text Example


Text Example

White with #4A4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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