Html Css Color HEX #4C47CC Free Speech Blue

📋 copy color: '#4C47CC'

red 76 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Blue #4C47CC

Tints of Free Speech Blue #4C47CC

RGB

 RED value IS 76 (30.08% from 255) = 21.65%

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

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

R = 21.65%
G = 20.23%
B = 58.12%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4C47CC (or 0x4C47CC) is known color: Free Speech Blue. HEX triplet: 4C, 47 and CC. RGB value is (76,71,204). Sum of RGB (Red+Green+Blue) = 76+71+204=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C47CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C47CC is #B3B833. Grayscale: #575757. Windows color (decimal): -11778100 or 13387596. OLE color: 13387596.

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

Color convert

RGB 76 71 204 -
CMYK 0.63 0.65 0 0.2
HSL 242.26º 0.57% 0.54% -
HSV(B) 242.26º 0.65% 0.8% -
XYZ 16.13 10.4 58.28 -
YUV 87.66 193.66 119.69 -
System Red Green Blue C M Y K H S L
Decimal 76 71 204 0.63 0.65 0 0.2 242.26 0.57 0.54
Hex 4C 47 CC 3F 41 0 14 F2 39 36
Octal 114 107 314 77 101 0 24 362 71 66
Binary 1001100 1000111 11001100 111111 1000001 0 10100 11110010 111001 110110

Color Harmonies of #4C47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C47CC

Black with #4C47CC

Text Example


Text Example

White with #4C47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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