Html Css Color HEX #4C3CC6 Free Speech Blue

📋 copy color: '#4C3CC6'

red 76 ◦ green 60 ◦ blue 198

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

Shades of Free Speech Blue #4C3CC6

Tints of Free Speech Blue #4C3CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

 BLUE value IS 198 (77.73% from 255) = 59.28%

R = 22.75%
G = 17.96%
B = 59.28%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4C3CC6 (or 0x4C3CC6) is known color: Free Speech Blue. HEX triplet: 4C, 3C and C6. RGB value is (76,60,198). Sum of RGB (Red+Green+Blue) = 76+60+198=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #4C3CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CC6 is #B3C339. Grayscale: #4F4F4F. Windows color (decimal): -11780922 or 12991564. OLE color: 12991564.

HSL color Cylindrical-coordinate representation of color #4C3CC6: hue angle of 246.96º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3CC6 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 60 198 -
CMYK 0.62 0.70 0 0.22
HSL 246.96º 0.55% 0.51% -
HSV(B) 246.96º 0.7% 0.78% -
XYZ 14.79 8.85 54.35 -
YUV 80.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 76 60 198 0.62 0.70 0 0.22 246.96 0.55 0.51
Hex 4C 3C C6 3E 46 0 16 F7 37 33
Octal 114 74 306 76 106 0 26 367 67 63
Binary 1001100 111100 11000110 111110 1000110 0 10110 11110111 110111 110011

Color Harmonies of #4C3CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3CC6

Black with #4C3CC6

Text Example


Text Example

White with #4C3CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,60,198); }

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

background-color css

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

 a { background-color: rgb(76,60,198); }

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

border-color css

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

 span { border-color: rgb(76,60,198); }

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