Html Css Color HEX #4C41BC Free Speech Blue

📋 copy color: '#4C41BC'

red 76 ◦ green 65 ◦ blue 188

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

Shades of Free Speech Blue #4C41BC

Tints of Free Speech Blue #4C41BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 23.1%
G = 19.76%
B = 57.14%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C41BC (or 0x4C41BC) is known color: Free Speech Blue. HEX triplet: 4C, 41 and BC. RGB value is (76,65,188). Sum of RGB (Red+Green+Blue) = 76+65+188=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C41BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C41BC is #B3BE43. Grayscale: #515151. Windows color (decimal): -11779652 or 12337484. OLE color: 12337484.

HSL color Cylindrical-coordinate representation of color #4C41BC: hue angle of 245.37º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C41BC is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 65 188 -
CMYK 0.60 0.65 0 0.26
HSL 245.37º 0.49% 0.5% -
HSV(B) 245.37º 0.65% 0.74% -
XYZ 13.95 8.95 48.57 -
YUV 82.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 76 65 188 0.60 0.65 0 0.26 245.37 0.49 0.5
Hex 4C 41 BC 3C 41 0 1A F5 31 32
Octal 114 101 274 74 101 0 32 365 61 62
Binary 1001100 1000001 10111100 111100 1000001 0 11010 11110101 110001 110010

Color Harmonies of #4C41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41BC

Black with #4C41BC

Text Example


Text Example

White with #4C41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,188); }

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

background-color css

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

 a { background-color: rgb(76,65,188); }

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

border-color css

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

 span { border-color: rgb(76,65,188); }

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