Html Css Color HEX #4C44BE Free Speech Blue

📋 copy color: '#4C44BE'

red 76 ◦ green 68 ◦ blue 190

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

Shades of Free Speech Blue #4C44BE

Tints of Free Speech Blue #4C44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 22.75%
G = 20.36%
B = 56.89%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C44BE (or 0x4C44BE) is known color: Free Speech Blue. HEX triplet: 4C, 44 and BE. RGB value is (76,68,190). Sum of RGB (Red+Green+Blue) = 76+68+190=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C44BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C44BE is #B3BB41. Grayscale: #535353. Windows color (decimal): -11778882 or 12469324. OLE color: 12469324.

HSL color Cylindrical-coordinate representation of color #4C44BE: hue angle of 243.93º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C44BE is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 68 190 -
CMYK 0.60 0.64 0 0.25
HSL 243.93º 0.48% 0.51% -
HSV(B) 243.93º 0.64% 0.75% -
XYZ 14.34 9.39 49.77 -
YUV 84.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 76 68 190 0.60 0.64 0 0.25 243.93 0.48 0.51
Hex 4C 44 BE 3C 40 0 19 F4 30 33
Octal 114 104 276 74 100 0 31 364 60 63
Binary 1001100 1000100 10111110 111100 1000000 0 11001 11110100 110000 110011

Color Harmonies of #4C44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C44BE

Black with #4C44BE

Text Example


Text Example

White with #4C44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,190); }

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

background-color css

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

 a { background-color: rgb(76,68,190); }

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

border-color css

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

 span { border-color: rgb(76,68,190); }

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