#4155CA

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

Shades of Free Speech Blue #4155CA

Tints of Free Speech Blue #4155CA

Color information

#4155CA (or 0x4155CA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 55 and CA. RGB value is (65,85,202). Sum of RGB (Red+Green+Blue) = 65+85+202=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #4155CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4155CA is #BEAA35. Grayscale: #5B5B5B. Windows color (decimal): -12495414 or 13260097. OLE color: 13260097.

HSL color Cylindrical-coordinate representation of color #4155CA: hue angle of 231.24º 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 #4155CA is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6585202-
CMYK0.680.5800.21
HSL231.24º56.38%52.35%-
HSV(B)231.24º67.82%79.22%-
XYZ16.0911.8957.32-
YUV92.36189.87108.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=18.47%
G=24.15%
B=57.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65852020.680.5800.21231.2456.3852.35
Hex4155CA443A015e73834
Octal101125312104720253477064
Binary1000001101010111001010100010011101001010111100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4155CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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