#4152CA

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

Shades of Free Speech Blue #4152CA

Tints of Free Speech Blue #4152CA

Color information

#4152CA (or 0x4152CA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 52 and CA. RGB value is (65,82,202). Sum of RGB (Red+Green+Blue) = 65+82+202=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #4152CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4152CA is #BEAD35. Grayscale: #5A5A5A. Windows color (decimal): -12496182 or 13259329. OLE color: 13259329.

HSL color Cylindrical-coordinate representation of color #4152CA: hue angle of 232.55º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4152CA is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6582202-
CMYK0.680.5900.21
HSL232.55º56.38%52.35%-
HSV(B)232.55º67.82%79.22%-
XYZ15.8611.4257.25-
YUV90.6190.87109.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=18.62%
G=23.50%
B=57.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65822020.680.5900.21232.5556.3852.35
Hex4152CA443B015e93834
Octal101122312104730253517064
Binary1000001101001011001010100010011101101010111101001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4152CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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