#4661CC

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

Shades of Free Speech Blue #4661CC

Tints of Free Speech Blue #4661CC

Color information

#4661CC (or 0x4661CC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 61 and CC. RGB value is (70,97,204). Sum of RGB (Red+Green+Blue) = 70+97+204=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #4661CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4661CC is #B99E33. Grayscale: #646464. Windows color (decimal): -12164660 or 13394246. OLE color: 13394246.

HSL color Cylindrical-coordinate representation of color #4661CC: hue angle of 227.91º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4661CC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7097204-
CMYK0.660.5200.2
HSL227.91º56.78%53.73%-
HSV(B)227.91º65.69%80%-
XYZ17.714.2158.94-
YUV101.12186.05105.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.87%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=18.87%
G=26.15%
B=54.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70972040.660.5200.2227.9156.7853.73
Hex4661CC4234014e43936
Octal106141314102640243447166
Binary1000110110000111001100100001011010001010011100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4661CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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