Html Css Color HEX #4B52BA Free Speech Blue

📋 copy color: '#4B52BA'

red 75 ◦ green 82 ◦ blue 186

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

Shades of Free Speech Blue #4B52BA

Tints of Free Speech Blue #4B52BA

RGB

 RED value IS 75 (29.69% from 255) = 21.87%

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

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

R = 21.87%
G = 23.91%
B = 54.23%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B52BA (or 0x4B52BA) is known color: Free Speech Blue. HEX triplet: 4B, 52 and BA. RGB value is (75,82,186). Sum of RGB (Red+Green+Blue) = 75+82+186=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B52BA is #B4AD45. Grayscale: #5B5B5B. Windows color (decimal): -11840838 or 12210763. OLE color: 12210763.

HSL color Cylindrical-coordinate representation of color #4B52BA: hue angle of 236.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B52BA is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 82 186 -
CMYK 0.60 0.56 0 0.27
HSL 236.22º 0.45% 0.51% -
HSV(B) 236.22º 0.6% 0.73% -
XYZ 14.78 11.08 47.81 -
YUV 91.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 75 82 186 0.60 0.56 0 0.27 236.22 0.45 0.51
Hex 4B 52 BA 3C 38 0 1B EC 2D 33
Octal 113 122 272 74 70 0 33 354 55 63
Binary 1001011 1010010 10111010 111100 111000 0 11011 11101100 101101 110011

Color Harmonies of #4B52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B52BA

Black with #4B52BA

Text Example


Text Example

White with #4B52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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