Html Css Color HEX #4C52BA Free Speech Blue

📋 copy color: '#4C52BA'

red 76 ◦ green 82 ◦ blue 186

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

Shades of Free Speech Blue #4C52BA

Tints of Free Speech Blue #4C52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

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

R = 22.09%
G = 23.84%
B = 54.07%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C52BA (or 0x4C52BA) is known color: Free Speech Blue. HEX triplet: 4C, 52 and BA. RGB value is (76,82,186). Sum of RGB (Red+Green+Blue) = 76+82+186=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52BA is #B3AD45. Grayscale: #5B5B5B. Windows color (decimal): -11775302 or 12210764. OLE color: 12210764.

HSL color Cylindrical-coordinate representation of color #4C52BA: hue angle of 236.73º 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 #4C52BA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 82 186 -
CMYK 0.59 0.56 0 0.27
HSL 236.73º 0.44% 0.51% -
HSV(B) 236.73º 0.59% 0.73% -
XYZ 14.86 11.12 47.82 -
YUV 92.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 76 82 186 0.59 0.56 0 0.27 236.73 0.44 0.51
Hex 4C 52 BA 3B 38 0 1B ED 2C 33
Octal 114 122 272 73 70 0 33 355 54 63
Binary 1001100 1010010 10111010 111011 111000 0 11011 11101101 101100 110011

Color Harmonies of #4C52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C52BA

Black with #4C52BA

Text Example


Text Example

White with #4C52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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