#4661CF

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

Shades of Free Speech Blue #4661CF

Tints of Free Speech Blue #4661CF

Color information

#4661CF (or 0x4661CF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 61 and CF. RGB value is (70,97,207). Sum of RGB (Red+Green+Blue) = 70+97+207=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 97 (38.28% from 255 or 25.94% 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 #4661CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4661CF is #B99E30. Grayscale: #646464. Windows color (decimal): -12164657 or 13590854. OLE color: 13590854.

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

Color convert

RGB7097207-
CMYK0.660.5300.19
HSL228.18º58.8%54.31%-
HSV(B)228.18º66.18%81.18%-
XYZ18.0614.3660.85-
YUV101.47187.55105.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 207 (81.25% from 255) = 55.35%
R=18.72%
G=25.94%
B=55.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70972070.660.5300.19228.1858.854.31
Hex4661CF4235013e43b36
Octal106141317102650233447366
Binary1000110110000111001111100001011010101001111100100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4661CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,97,207); }

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

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

 a { background-color: rgb(70,97,207); }

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

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

 span { border-color: rgb(70,97,207); }

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