#4961CD

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

Shades of Free Speech Blue #4961CD

Tints of Free Speech Blue #4961CD

Color information

#4961CD (or 0x4961CD) is unknown color: approx Free Speech Blue. HEX triplet: 49, 61 and CD. RGB value is (73,97,205). Sum of RGB (Red+Green+Blue) = 73+97+205=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #4961CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961CD is #B69E32. Grayscale: #656565. Windows color (decimal): -11968051 or 13459785. OLE color: 13459785.

HSL color Cylindrical-coordinate representation of color #4961CD: hue angle of 229.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4961CD is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7397205-
CMYK0.640.5300.20
HSL229.09º56.9%54.51%-
HSV(B)229.09º64.39%80.39%-
XYZ18.0414.3759.58-
YUV102.14186.05107.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=19.47%
G=25.87%
B=54.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73972050.640.5300.20229.0956.954.51
Hex4961CD4035014e53937
Octal111141315100650243457167
Binary1001001110000111001101100000011010101010011100101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4961CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4961CD; }

 p { color: rgb(73,97,205); }

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

<style>
 a { background-color: #4961CD; }

 a { background-color: rgb(73,97,205); }

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

<style>
 span { border-color: #4961CD; }

 span { border-color: rgb(73,97,205); }

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