#4152D8

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

Shades of Free Speech Blue #4152D8

Tints of Free Speech Blue #4152D8

Color information

#4152D8 (or 0x4152D8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 52 and D8. RGB value is (65,82,216). Sum of RGB (Red+Green+Blue) = 65+82+216=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #4152D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4152D8 is #BEAD27. Grayscale: #5B5B5B. Windows color (decimal): -12496168 or 14176833. OLE color: 14176833.

HSL color Cylindrical-coordinate representation of color #4152D8: hue angle of 233.25º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4152D8 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6582216-
CMYK0.700.6200.15
HSL233.25º65.94%55.1%-
HSV(B)233.25º69.91%84.71%-
XYZ17.5912.1266.38-
YUV92.19197.87108.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.91%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 216 (84.77% from 255) = 59.50%
R=17.91%
G=22.59%
B=59.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal65822160.700.6200.15233.2565.9455.1
Hex4152D8463E0Fe94237
Octal1011223301067601735110267
Binary1000001101001011011000100011011111001111111010011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4152D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4152D8; }

 p { color: rgb(65,82,216); }

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

<style>
 a { background-color: #4152D8; }

 a { background-color: rgb(65,82,216); }

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

<style>
 span { border-color: #4152D8; }

 span { border-color: rgb(65,82,216); }

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