Html Css Color HEX #4C5DBF Free Speech Blue

📋 copy color: '#4C5DBF'

red 76 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Blue #4C5DBF

Tints of Free Speech Blue #4C5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 191 (75% from 255) = 53.06%

R = 21.11%
G = 25.83%
B = 53.06%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C5DBF (or 0x4C5DBF) is known color: Free Speech Blue. HEX triplet: 4C, 5D and BF. RGB value is (76,93,191). Sum of RGB (Red+Green+Blue) = 76+93+191=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DBF is #B3A240. Grayscale: #626262. Windows color (decimal): -11772481 or 12541260. OLE color: 12541260.

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

Color convert

RGB 76 93 191 -
CMYK 0.60 0.51 0 0.25
HSL 231.13º 0.47% 0.52% -
HSV(B) 231.13º 0.6% 0.75% -
XYZ 16.3 13.13 50.96 -
YUV 99.09 179.87 111.53 -
System Red Green Blue C M Y K H S L
Decimal 76 93 191 0.60 0.51 0 0.25 231.13 0.47 0.52
Hex 4C 5D BF 3C 33 0 19 E7 2F 34
Octal 114 135 277 74 63 0 31 347 57 64
Binary 1001100 1011101 10111111 111100 110011 0 11001 11100111 101111 110100

Color Harmonies of #4C5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5DBF

Black with #4C5DBF

Text Example


Text Example

White with #4C5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,93,191); }

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

background-color css

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

 a { background-color: rgb(76,93,191); }

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

border-color css

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

 span { border-color: rgb(76,93,191); }

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