Html Css Color HEX #4947B9 Free Speech Blue

📋 copy color: '#4947B9'

red 73 ◦ green 71 ◦ blue 185

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

Shades of Free Speech Blue #4947B9

Tints of Free Speech Blue #4947B9

RGB

 RED value IS 73 (28.91% from 255) = 22.19%

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

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

R = 22.19%
G = 21.58%
B = 56.23%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4947B9 (or 0x4947B9) is known color: Free Speech Blue. HEX triplet: 49, 47 and B9. RGB value is (73,71,185). Sum of RGB (Red+Green+Blue) = 73+71+185=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #4947B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947B9 is #B6B846. Grayscale: #545454. Windows color (decimal): -11974727 or 12142409. OLE color: 12142409.

HSL color Cylindrical-coordinate representation of color #4947B9: hue angle of 241.05º 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 #4947B9 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 71 185 -
CMYK 0.61 0.62 0 0.27
HSL 241.05º 0.45% 0.5% -
HSV(B) 241.05º 0.62% 0.73% -
XYZ 13.76 9.43 46.99 -
YUV 84.59 184.66 119.73 -
System Red Green Blue C M Y K H S L
Decimal 73 71 185 0.61 0.62 0 0.27 241.05 0.45 0.5
Hex 49 47 B9 3D 3E 0 1B F1 2D 32
Octal 111 107 271 75 76 0 33 361 55 62
Binary 1001001 1000111 10111001 111101 111110 0 11011 11110001 101101 110010

Color Harmonies of #4947B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4947B9

Black with #4947B9

Text Example


Text Example

White with #4947B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4947B9; }

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

 H1.HeaderClassName
 {
   color: #4947B9;
 }
 .AnyTagClassName
 {
   color: #4947B9;
 }
</style>

background-color css

<style>
 a { background-color: #4947B9; }

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

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

border-color css

<style>
 span { border-color: #4947B9; }

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

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