#4151CD

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

Shades of Free Speech Blue #4151CD

Tints of Free Speech Blue #4151CD

Color information

#4151CD (or 0x4151CD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 51 and CD. RGB value is (65,81,205). Sum of RGB (Red+Green+Blue) = 65+81+205=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #4151CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4151CD is #BEAE32. Grayscale: #595959. Windows color (decimal): -12496435 or 13455681. OLE color: 13455681.

HSL color Cylindrical-coordinate representation of color #4151CD: hue angle of 233.14º 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 #4151CD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6581205-
CMYK0.680.6000.20
HSL233.14º58.33%52.94%-
HSV(B)233.14º68.29%80.39%-
XYZ16.1411.4259.11-
YUV90.35192.7109.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 205 (80.47% from 255) = 58.40%
R=18.52%
G=23.08%
B=58.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65812050.680.6000.20233.1458.3352.94
Hex4151CD443C014e93a35
Octal101121315104740243517265
Binary1000001101000111001101100010011110001010011101001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4151CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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