#4061C5

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

Shades of Free Speech Blue #4061C5

Tints of Free Speech Blue #4061C5

Color information

#4061C5 (or 0x4061C5) is unknown color: approx Free Speech Blue. HEX triplet: 40, 61 and C5. RGB value is (64,97,197). Sum of RGB (Red+Green+Blue) = 64+97+197=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #4061C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061C5 is #BF9E3A. Grayscale: #626262. Windows color (decimal): -12557883 or 12935488. OLE color: 12935488.

HSL color Cylindrical-coordinate representation of color #4061C5: hue angle of 225.11º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4061C5 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6497197-
CMYK0.680.5100.23
HSL225.11º53.41%51.18%-
HSV(B)225.11º67.51%77.25%-
XYZ16.4713.6754.59-
YUV98.53183.57103.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 197 (77.34% from 255) = 55.03%
R=17.88%
G=27.09%
B=55.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64971970.680.5100.23225.1153.4151.18
Hex4061C54433017e13533
Octal100141305104630273416563
Binary1000000110000111000101100010011001101011111100001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4061C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4061C5; }

 p { color: rgb(64,97,197); }

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

<style>
 a { background-color: #4061C5; }

 a { background-color: rgb(64,97,197); }

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

<style>
 span { border-color: #4061C5; }

 span { border-color: rgb(64,97,197); }

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