Html Css Color HEX #4A5FCD Free Speech Blue

📋 copy color: '#4A5FCD'

red 74 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #4A5FCD

Tints of Free Speech Blue #4A5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.4%

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

R = 19.79%
G = 25.4%
B = 54.81%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A5FCD (or 0x4A5FCD) is known color: Free Speech Blue. HEX triplet: 4A, 5F and CD. RGB value is (74,95,205). Sum of RGB (Red+Green+Blue) = 74+95+205=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A5FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5FCD is #B5A032. Grayscale: #646464. Windows color (decimal): -11903027 or 13459274. OLE color: 13459274.

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

Color convert

RGB 74 95 205 -
CMYK 0.64 0.54 0 0.20
HSL 230.38º 0.57% 0.55% -
HSV(B) 230.38º 0.64% 0.8% -
XYZ 17.94 14.05 59.52 -
YUV 101.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 74 95 205 0.64 0.54 0 0.20 230.38 0.57 0.55
Hex 4A 5F CD 40 36 0 14 E6 39 37
Octal 112 137 315 100 66 0 24 346 71 67
Binary 1001010 1011111 11001101 1000000 110110 0 10100 11100110 111001 110111

Color Harmonies of #4A5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5FCD

Black with #4A5FCD

Text Example


Text Example

White with #4A5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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