Html Css Color HEX #4C53BA Free Speech Blue

📋 copy color: '#4C53BA'

red 76 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Blue #4C53BA

Tints of Free Speech Blue #4C53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 22.03%
G = 24.06%
B = 53.91%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C53BA (or 0x4C53BA) is known color: Free Speech Blue. HEX triplet: 4C, 53 and BA. RGB value is (76,83,186). Sum of RGB (Red+Green+Blue) = 76+83+186=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C53BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C53BA is #B3AC45. Grayscale: #5C5C5C. Windows color (decimal): -11775046 or 12211020. OLE color: 12211020.

HSL color Cylindrical-coordinate representation of color #4C53BA: hue angle of 236.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C53BA is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 83 186 -
CMYK 0.59 0.55 0 0.27
HSL 236.18º 0.44% 0.51% -
HSV(B) 236.18º 0.59% 0.73% -
XYZ 14.94 11.27 47.84 -
YUV 92.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 76 83 186 0.59 0.55 0 0.27 236.18 0.44 0.51
Hex 4C 53 BA 3B 37 0 1B EC 2C 33
Octal 114 123 272 73 67 0 33 354 54 63
Binary 1001100 1010011 10111010 111011 110111 0 11011 11101100 101100 110011

Color Harmonies of #4C53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C53BA

Black with #4C53BA

Text Example


Text Example

White with #4C53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,186); }

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

background-color css

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

 a { background-color: rgb(76,83,186); }

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

border-color css

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

 span { border-color: rgb(76,83,186); }

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