Html Css Color HEX #4757BA Free Speech Blue

📋 copy color: '#4757BA'

red 71 ◦ green 87 ◦ blue 186

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

Shades of Free Speech Blue #4757BA

Tints of Free Speech Blue #4757BA

RGB

 RED value IS 71 (28.13% from 255) = 20.64%

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

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

R = 20.64%
G = 25.29%
B = 54.07%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4757BA (or 0x4757BA) is known color: Free Speech Blue. HEX triplet: 47, 57 and BA. RGB value is (71,87,186). Sum of RGB (Red+Green+Blue) = 71+87+186=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 87 (34.38% from 255 or 25.29% 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 #4757BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4757BA is #B8A845. Grayscale: #5D5D5D. Windows color (decimal): -12101702 or 12212039. OLE color: 12212039.

HSL color Cylindrical-coordinate representation of color #4757BA: hue angle of 231.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4757BA is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 87 186 -
CMYK 0.62 0.53 0 0.27
HSL 231.65º 0.45% 0.5% -
HSV(B) 231.65º 0.62% 0.73% -
XYZ 14.87 11.7 47.93 -
YUV 93.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 71 87 186 0.62 0.53 0 0.27 231.65 0.45 0.5
Hex 47 57 BA 3E 35 0 1B E8 2D 32
Octal 107 127 272 76 65 0 33 350 55 62
Binary 1000111 1010111 10111010 111110 110101 0 11011 11101000 101101 110010

Color Harmonies of #4757BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4757BA

Black with #4757BA

Text Example


Text Example

White with #4757BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4757BA; }

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

 H1.HeaderClassName
 {
   color: #4757BA;
 }
 .AnyTagClassName
 {
   color: #4757BA;
 }
</style>

background-color css

<style>
 a { background-color: #4757BA; }

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

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

border-color css

<style>
 span { border-color: #4757BA; }

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

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