#4153B2

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

Shades of Free Speech Blue #4153B2

Tints of Free Speech Blue #4153B2

Color information

#4153B2 (or 0x4153B2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 53 and B2. RGB value is (65,83,178). Sum of RGB (Red+Green+Blue) = 65+83+178=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #4153B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4153B2 is #BEAC4D. Grayscale: #585858. Windows color (decimal): -12495950 or 11686721. OLE color: 11686721.

HSL color Cylindrical-coordinate representation of color #4153B2: hue angle of 230.44º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4153B2 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6583178-
CMYK0.630.5300.30
HSL230.44º46.5%47.65%-
HSV(B)230.44º63.48%69.8%-
XYZ13.3110.5243.45-
YUV88.45178.54111.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 178 (69.92% from 255) = 54.60%
R=19.94%
G=25.46%
B=54.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65831780.630.5300.30230.4446.547.65
Hex4153B23F3501Ee62f30
Octal10112326277650363465760
Binary100000110100111011001011111111010101111011100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4153B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4153B2; }

 p { color: rgb(65,83,178); }

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

<style>
 a { background-color: #4153B2; }

 a { background-color: rgb(65,83,178); }

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

<style>
 span { border-color: #4153B2; }

 span { border-color: rgb(65,83,178); }

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