Html Css Color HEX #4B57BA Free Speech Blue

📋 copy color: '#4B57BA'

red 75 ◦ green 87 ◦ blue 186

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

Shades of Free Speech Blue #4B57BA

Tints of Free Speech Blue #4B57BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 21.55%
G = 25%
B = 53.45%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B57BA (or 0x4B57BA) is known color: Free Speech Blue. HEX triplet: 4B, 57 and BA. RGB value is (75,87,186). Sum of RGB (Red+Green+Blue) = 75+87+186=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B57BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B57BA is #B4A845. Grayscale: #5E5E5E. Windows color (decimal): -11839558 or 12212043. OLE color: 12212043.

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

Color convert

RGB 75 87 186 -
CMYK 0.60 0.53 0 0.27
HSL 233.51º 0.45% 0.51% -
HSV(B) 233.51º 0.6% 0.73% -
XYZ 15.17 11.86 47.94 -
YUV 94.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 75 87 186 0.60 0.53 0 0.27 233.51 0.45 0.51
Hex 4B 57 BA 3C 35 0 1B EA 2D 33
Octal 113 127 272 74 65 0 33 352 55 63
Binary 1001011 1010111 10111010 111100 110101 0 11011 11101010 101101 110011

Color Harmonies of #4B57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B57BA

Black with #4B57BA

Text Example


Text Example

White with #4B57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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