#4137D6

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

Shades of Free Speech Blue #4137D6

Tints of Free Speech Blue #4137D6

Color information

#4137D6 (or 0x4137D6) is unknown color: approx Free Speech Blue. HEX triplet: 41, 37 and D6. RGB value is (65,55,214). Sum of RGB (Red+Green+Blue) = 65+55+214=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #4137D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4137D6 is #BEC829. Grayscale: #4B4B4B. Windows color (decimal): -12503082 or 14038849. OLE color: 14038849.

HSL color Cylindrical-coordinate representation of color #4137D6: hue angle of 243.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4137D6 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6555214-
CMYK0.700.7400.16
HSL243.77º65.98%52.75%-
HSV(B)243.77º74.3%83.92%-
XYZ15.688.7164.47-
YUV76.12205.81120.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 214 (83.98% from 255) = 64.07%
R=19.46%
G=16.47%
B=64.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65552140.700.7400.16243.7765.9852.75
Hex4137D6464A010f44235
Octal1016732610611202036410265
Binary10000011101111101011010001101001010010000111101001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4137D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4137D6; }

 p { color: rgb(65,55,214); }

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

<style>
 a { background-color: #4137D6; }

 a { background-color: rgb(65,55,214); }

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

<style>
 span { border-color: #4137D6; }

 span { border-color: rgb(65,55,214); }

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