Html Css Color HEX #4C5CBD Free Speech Blue

📋 copy color: '#4C5CBD'

red 76 ◦ green 92 ◦ blue 189

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

Shades of Free Speech Blue #4C5CBD

Tints of Free Speech Blue #4C5CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 21.29%
G = 25.77%
B = 52.94%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C5CBD (or 0x4C5CBD) is known color: Free Speech Blue. HEX triplet: 4C, 5C and BD. RGB value is (76,92,189). Sum of RGB (Red+Green+Blue) = 76+92+189=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C5CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CBD is #B3A342. Grayscale: #616161. Windows color (decimal): -11772739 or 12409932. OLE color: 12409932.

HSL color Cylindrical-coordinate representation of color #4C5CBD: hue angle of 231.5º 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 #4C5CBD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 92 189 -
CMYK 0.60 0.51 0 0.26
HSL 231.5º 0.46% 0.52% -
HSV(B) 231.5º 0.6% 0.74% -
XYZ 15.99 12.86 49.78 -
YUV 98.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 76 92 189 0.60 0.51 0 0.26 231.5 0.46 0.52
Hex 4C 5C BD 3C 33 0 1A E8 2E 34
Octal 114 134 275 74 63 0 32 350 56 64
Binary 1001100 1011100 10111101 111100 110011 0 11010 11101000 101110 110100

Color Harmonies of #4C5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5CBD

Black with #4C5CBD

Text Example


Text Example

White with #4C5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,92,189); }

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

background-color css

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

 a { background-color: rgb(76,92,189); }

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

border-color css

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

 span { border-color: rgb(76,92,189); }

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