#4151CC

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

Shades of Free Speech Blue #4151CC

Tints of Free Speech Blue #4151CC

Color information

#4151CC (or 0x4151CC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 51 and CC. RGB value is (65,81,204). Sum of RGB (Red+Green+Blue) = 65+81+204=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #4151CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4151CC is #BEAE33. Grayscale: #595959. Windows color (decimal): -12496436 or 13390145. OLE color: 13390145.

HSL color Cylindrical-coordinate representation of color #4151CC: hue angle of 233.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4151CC is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6581204-
CMYK0.680.6000.2
HSL233.09º57.68%52.75%-
HSV(B)233.09º68.14%80%-
XYZ16.0211.3758.48-
YUV90.24192.2110-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 204 (80.08% from 255) = 58.29%
R=18.57%
G=23.14%
B=58.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal65812040.680.6000.2233.0957.6852.75
Hex4151CC443C014e93a35
Octal101121314104740243517265
Binary1000001101000111001100100010011110001010011101001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4151CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,81,204); }

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

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

 a { background-color: rgb(65,81,204); }

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

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

 span { border-color: rgb(65,81,204); }

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