#4163CF

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

Shades of Free Speech Blue #4163CF

Tints of Free Speech Blue #4163CF

Color information

#4163CF (or 0x4163CF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 63 and CF. RGB value is (65,99,207). Sum of RGB (Red+Green+Blue) = 65+99+207=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #4163CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4163CF is #BE9C30. Grayscale: #646464. Windows color (decimal): -12491825 or 13591361. OLE color: 13591361.

HSL color Cylindrical-coordinate representation of color #4163CF: hue angle of 225.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4163CF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6599207-
CMYK0.690.5200.19
HSL225.63º59.66%53.33%-
HSV(B)225.63º68.6%81.18%-
XYZ17.914.5560.9-
YUV101.15187.74102.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=17.52%
G=26.68%
B=55.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65992070.690.5200.19225.6359.6653.33
Hex4163CF4534013e23c35
Octal101143317105640233427465
Binary1000001110001111001111100010111010001001111100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4163CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4163CF; }

 p { color: rgb(65,99,207); }

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

<style>
 a { background-color: #4163CF; }

 a { background-color: rgb(65,99,207); }

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

<style>
 span { border-color: #4163CF; }

 span { border-color: rgb(65,99,207); }

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