#4760CF

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

Shades of Free Speech Blue #4760CF

Tints of Free Speech Blue #4760CF

Color information

#4760CF (or 0x4760CF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 60 and CF. RGB value is (71,96,207). Sum of RGB (Red+Green+Blue) = 71+96+207=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #4760CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760CF is #B89F30. Grayscale: #646464. Windows color (decimal): -12099377 or 13590599. OLE color: 13590599.

HSL color Cylindrical-coordinate representation of color #4760CF: hue angle of 228.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4760CF is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7196207-
CMYK0.660.5400.19
HSL228.97º58.62%54.51%-
HSV(B)228.97º65.7%81.18%-
XYZ18.0414.2160.82-
YUV101.18187.72106.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 207 (81.25% from 255) = 55.35%
R=18.98%
G=25.67%
B=55.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71962070.660.5400.19228.9758.6254.51
Hex4760CF4236013e53b37
Octal107140317102660233457367
Binary1000111110000011001111100001011011001001111100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4760CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4760CF; }

 p { color: rgb(71,96,207); }

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

<style>
 a { background-color: #4760CF; }

 a { background-color: rgb(71,96,207); }

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

<style>
 span { border-color: #4760CF; }

 span { border-color: rgb(71,96,207); }

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