#4153CC

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

Shades of Free Speech Blue #4153CC

Tints of Free Speech Blue #4153CC

Color information

#4153CC (or 0x4153CC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 53 and CC. RGB value is (65,83,204). Sum of RGB (Red+Green+Blue) = 65+83+204=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #4153CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4153CC is #BEAC33. Grayscale: #5A5A5A. Windows color (decimal): -12495924 or 13390657. OLE color: 13390657.

HSL color Cylindrical-coordinate representation of color #4153CC: hue angle of 232.23º 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 #4153CC is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6583204-
CMYK0.680.5900.2
HSL232.23º57.68%52.75%-
HSV(B)232.23º68.14%80%-
XYZ16.1711.6758.53-
YUV91.41191.54109.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 204 (80.08% from 255) = 57.95%
R=18.47%
G=23.58%
B=57.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal65832040.680.5900.2232.2357.6852.75
Hex4153CC443B014e83a35
Octal101123314104730243507265
Binary1000001101001111001100100010011101101010011101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4153CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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