Html Css Color HEX #4D47CC Free Speech Blue

📋 copy color: '#4D47CC'

red 77 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Blue #4D47CC

Tints of Free Speech Blue #4D47CC

RGB

 RED value IS 77 (30.47% from 255) = 21.88%

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 21.88%
G = 20.17%
B = 57.95%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D47CC (or 0x4D47CC) is known color: Free Speech Blue. HEX triplet: 4D, 47 and CC. RGB value is (77,71,204). Sum of RGB (Red+Green+Blue) = 77+71+204=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D47CC is #B2B833. Grayscale: #575757. Windows color (decimal): -11712564 or 13387597. OLE color: 13387597.

HSL color Cylindrical-coordinate representation of color #4D47CC: hue angle of 242.71º 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 #4D47CC is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 71 204 -
CMYK 0.62 0.65 0 0.2
HSL 242.71º 0.57% 0.54% -
HSV(B) 242.71º 0.65% 0.8% -
XYZ 16.21 10.44 58.29 -
YUV 87.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 77 71 204 0.62 0.65 0 0.2 242.71 0.57 0.54
Hex 4D 47 CC 3E 41 0 14 F3 39 36
Octal 115 107 314 76 101 0 24 363 71 66
Binary 1001101 1000111 11001100 111110 1000001 0 10100 11110011 111001 110110

Color Harmonies of #4D47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D47CC

Black with #4D47CC

Text Example


Text Example

White with #4D47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,204); }

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

background-color css

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

 a { background-color: rgb(77,71,204); }

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

border-color css

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

 span { border-color: rgb(77,71,204); }

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