Html Css Color HEX #4A5DCD Free Speech Blue

📋 copy color: '#4A5DCD'

red 74 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #4A5DCD

Tints of Free Speech Blue #4A5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

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

R = 19.89%
G = 25%
B = 55.11%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A5DCD (or 0x4A5DCD) is known color: Free Speech Blue. HEX triplet: 4A, 5D and CD. RGB value is (74,93,205). Sum of RGB (Red+Green+Blue) = 74+93+205=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5DCD is #B5A232. Grayscale: #636363. Windows color (decimal): -11903539 or 13458762. OLE color: 13458762.

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

Color convert

RGB 74 93 205 -
CMYK 0.64 0.55 0 0.20
HSL 231.3º 0.57% 0.55% -
HSV(B) 231.3º 0.64% 0.8% -
XYZ 17.76 13.69 59.46 -
YUV 100.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 74 93 205 0.64 0.55 0 0.20 231.3 0.57 0.55
Hex 4A 5D CD 40 37 0 14 E7 39 37
Octal 112 135 315 100 67 0 24 347 71 67
Binary 1001010 1011101 11001101 1000000 110111 0 10100 11100111 111001 110111

Color Harmonies of #4A5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5DCD

Black with #4A5DCD

Text Example


Text Example

White with #4A5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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