#4B5FC7

Color #4B5FC7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4B5FC7

Tints of Free Speech Blue #4B5FC7

Color information

#4B5FC7 (or 0x4B5FC7) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5F and C7. RGB value is (75,95,199). Sum of RGB (Red+Green+Blue) = 75+95+199=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #4B5FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5FC7 is #B4A038. Grayscale: #646464. Windows color (decimal): -11837497 or 13066059. OLE color: 13066059.

HSL color Cylindrical-coordinate representation of color #4B5FC7: hue angle of 230.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B5FC7 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7595199-
CMYK0.620.5200.22
HSL230.32º52.54%53.73%-
HSV(B)230.32º62.31%78.04%-
XYZ17.313.855.79-
YUV100.88183.37109.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 199 (78.12% from 255) = 53.93%
R=20.33%
G=25.75%
B=53.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75951990.620.5200.22230.3252.5453.73
Hex4B5FC73E34016e63536
Octal11313730776640263466566
Binary100101110111111100011111111011010001011011100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,95,199); }

 H1.HeaderClassName
 {
   color: #4B5FC7;
 }
 .AnyTagClassName
 {
   color: #4B5FC7;
 }
</style>
background-color css

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

 a { background-color: rgb(75,95,199); }

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

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

 span { border-color: rgb(75,95,199); }

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