Html Css Color HEX #4947CF Free Speech Blue

📋 copy color: '#4947CF'

red 73 ◦ green 71 ◦ blue 207

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

Shades of Free Speech Blue #4947CF

Tints of Free Speech Blue #4947CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 20.8%
G = 20.23%
B = 58.97%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4947CF (or 0x4947CF) is known color: Free Speech Blue. HEX triplet: 49, 47 and CF. RGB value is (73,71,207). Sum of RGB (Red+Green+Blue) = 73+71+207=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #4947CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947CF is #B6B830. Grayscale: #565656. Windows color (decimal): -11974705 or 13584201. OLE color: 13584201.

HSL color Cylindrical-coordinate representation of color #4947CF: hue angle of 240.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4947CF is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 71 207 -
CMYK 0.65 0.66 0 0.19
HSL 240.88º 0.59% 0.55% -
HSV(B) 240.88º 0.66% 0.81% -
XYZ 16.26 10.43 60.19 -
YUV 87.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 73 71 207 0.65 0.66 0 0.19 240.88 0.59 0.55
Hex 49 47 CF 41 42 0 13 F1 3B 37
Octal 111 107 317 101 102 0 23 361 73 67
Binary 1001001 1000111 11001111 1000001 1000010 0 10011 11110001 111011 110111

Color Harmonies of #4947CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4947CF

Black with #4947CF

Text Example


Text Example

White with #4947CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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