Html Css Color HEX #4A47B9 Free Speech Blue

📋 copy color: '#4A47B9'

red 74 ◦ green 71 ◦ blue 185

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

Shades of Free Speech Blue #4A47B9

Tints of Free Speech Blue #4A47B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.06%

R = 22.42%
G = 21.52%
B = 56.06%

CMYK

 C value IS 0.6

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A47B9 (or 0x4A47B9) is known color: Free Speech Blue. HEX triplet: 4A, 47 and B9. RGB value is (74,71,185). Sum of RGB (Red+Green+Blue) = 74+71+185=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #4A47B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A47B9 is #B5B846. Grayscale: #545454. Windows color (decimal): -11909191 or 12142410. OLE color: 12142410.

HSL color Cylindrical-coordinate representation of color #4A47B9: hue angle of 241.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A47B9 is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 71 185 -
CMYK 0.6 0.62 0 0.27
HSL 241.58º 0.45% 0.5% -
HSV(B) 241.58º 0.62% 0.73% -
XYZ 13.83 9.47 47 -
YUV 84.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 74 71 185 0.6 0.62 0 0.27 241.58 0.45 0.5
Hex 4A 47 B9 3C 3E 0 1B F2 2D 32
Octal 112 107 271 74 76 0 33 362 55 62
Binary 1001010 1000111 10111001 111100 111110 0 11011 11110010 101101 110010

Color Harmonies of #4A47B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A47B9

Black with #4A47B9

Text Example


Text Example

White with #4A47B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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