Html Css Color HEX #4A47CD Free Speech Blue

📋 copy color: '#4A47CD'

red 74 ◦ green 71 ◦ blue 205

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

Shades of Free Speech Blue #4A47CD

Tints of Free Speech Blue #4A47CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 21.14%
G = 20.29%
B = 58.57%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A47CD (or 0x4A47CD) is known color: Free Speech Blue. HEX triplet: 4A, 47 and CD. RGB value is (74,71,205). Sum of RGB (Red+Green+Blue) = 74+71+205=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A47CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A47CD is #B5B832. Grayscale: #565656. Windows color (decimal): -11909171 or 13453130. OLE color: 13453130.

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

Color convert

RGB 74 71 205 -
CMYK 0.64 0.65 0 0.20
HSL 241.34º 0.57% 0.54% -
HSV(B) 241.34º 0.65% 0.8% -
XYZ 16.1 10.37 58.91 -
YUV 87.17 194.49 118.6 -
System Red Green Blue C M Y K H S L
Decimal 74 71 205 0.64 0.65 0 0.20 241.34 0.57 0.54
Hex 4A 47 CD 40 41 0 14 F1 39 36
Octal 112 107 315 100 101 0 24 361 71 66
Binary 1001010 1000111 11001101 1000000 1000001 0 10100 11110001 111001 110110

Color Harmonies of #4A47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A47CD

Black with #4A47CD

Text Example


Text Example

White with #4A47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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