#4660D3

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

Shades of Free Speech Blue #4660D3

Tints of Free Speech Blue #4660D3

Color information

#4660D3 (or 0x4660D3) is unknown color: approx Free Speech Blue. HEX triplet: 46, 60 and D3. RGB value is (70,96,211). Sum of RGB (Red+Green+Blue) = 70+96+211=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #4660D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4660D3 is #B99F2C. Grayscale: #646464. Windows color (decimal): -12164909 or 13852742. OLE color: 13852742.

HSL color Cylindrical-coordinate representation of color #4660D3: hue angle of 228.94º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4660D3 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7096211-
CMYK0.670.5500.17
HSL228.94º61.57%55.1%-
HSV(B)228.94º66.82%82.75%-
XYZ18.4714.3763.43-
YUV101.34189.89105.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 211 (82.81% from 255) = 55.97%
R=18.57%
G=25.46%
B=55.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal70962110.670.5500.17228.9461.5755.1
Hex4660D34337011e53e37
Octal106140323103670213457667
Binary1000110110000011010011100001111011101000111100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4660D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4660D3; }

 p { color: rgb(70,96,211); }

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

<style>
 a { background-color: #4660D3; }

 a { background-color: rgb(70,96,211); }

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

<style>
 span { border-color: #4660D3; }

 span { border-color: rgb(70,96,211); }

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