#4157CA

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

Shades of Free Speech Blue #4157CA

Tints of Free Speech Blue #4157CA

Color information

#4157CA (or 0x4157CA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 57 and CA. RGB value is (65,87,202). Sum of RGB (Red+Green+Blue) = 65+87+202=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4157CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4157CA is #BEA835. Grayscale: #5D5D5D. Windows color (decimal): -12494902 or 13260609. OLE color: 13260609.

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

Color convert

RGB6587202-
CMYK0.680.5700.21
HSL230.36º56.38%52.35%-
HSV(B)230.36º67.82%79.22%-
XYZ16.2512.257.38-
YUV93.53189.21107.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=18.36%
G=24.58%
B=57.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65872020.680.5700.21230.3656.3852.35
Hex4157CA4439015e63834
Octal101127312104710253467064
Binary1000001101011111001010100010011100101010111100110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4157CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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