Html Css Color HEX #4B57BF Free Speech Blue

📋 copy color: '#4B57BF'

red 75 ◦ green 87 ◦ blue 191

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

Shades of Free Speech Blue #4B57BF

Tints of Free Speech Blue #4B57BF

RGB

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

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

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

R = 21.25%
G = 24.65%
B = 54.11%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B57BF (or 0x4B57BF) is known color: Free Speech Blue. HEX triplet: 4B, 57 and BF. RGB value is (75,87,191). Sum of RGB (Red+Green+Blue) = 75+87+191=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B57BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B57BF is #B4A840. Grayscale: #5E5E5E. Windows color (decimal): -11839553 or 12539723. OLE color: 12539723.

HSL color Cylindrical-coordinate representation of color #4B57BF: hue angle of 233.79º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B57BF is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 87 191 -
CMYK 0.61 0.54 0 0.25
HSL 233.79º 0.48% 0.52% -
HSV(B) 233.79º 0.61% 0.75% -
XYZ 15.71 12.07 50.79 -
YUV 95.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 75 87 191 0.61 0.54 0 0.25 233.79 0.48 0.52
Hex 4B 57 BF 3D 36 0 19 EA 30 34
Octal 113 127 277 75 66 0 31 352 60 64
Binary 1001011 1010111 10111111 111101 110110 0 11001 11101010 110000 110100

Color Harmonies of #4B57BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B57BF

Black with #4B57BF

Text Example


Text Example

White with #4B57BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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