Html Css Color HEX #4C5EBC Free Speech Blue

📋 copy color: '#4C5EBC'

red 76 ◦ green 94 ◦ blue 188

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

Shades of Free Speech Blue #4C5EBC

Tints of Free Speech Blue #4C5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

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

R = 21.23%
G = 26.26%
B = 52.51%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C5EBC (or 0x4C5EBC) is known color: Free Speech Blue. HEX triplet: 4C, 5E and BC. RGB value is (76,94,188). Sum of RGB (Red+Green+Blue) = 76+94+188=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5EBC is #B3A143. Grayscale: #626262. Windows color (decimal): -11772228 or 12344908. OLE color: 12344908.

HSL color Cylindrical-coordinate representation of color #4C5EBC: hue angle of 230.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C5EBC is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 94 188 -
CMYK 0.60 0.50 0 0.26
HSL 230.36º 0.46% 0.52% -
HSV(B) 230.36º 0.6% 0.74% -
XYZ 16.06 13.17 49.27 -
YUV 99.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 76 94 188 0.60 0.50 0 0.26 230.36 0.46 0.52
Hex 4C 5E BC 3C 32 0 1A E6 2E 34
Octal 114 136 274 74 62 0 32 346 56 64
Binary 1001100 1011110 10111100 111100 110010 0 11010 11100110 101110 110100

Color Harmonies of #4C5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5EBC

Black with #4C5EBC

Text Example


Text Example

White with #4C5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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