#463CC9

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

Shades of Free Speech Blue #463CC9

Tints of Free Speech Blue #463CC9

Color information

#463CC9 (or 0x463CC9) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3C and C9. RGB value is (70,60,201). Sum of RGB (Red+Green+Blue) = 70+60+201=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #463CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CC9 is #B9C336. Grayscale: #4E4E4E. Windows color (decimal): -12174135 or 13188166. OLE color: 13188166.

HSL color Cylindrical-coordinate representation of color #463CC9: hue angle of 244.26º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463CC9 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7060201-
CMYK0.650.7000.21
HSL244.26º56.63%51.18%-
HSV(B)244.26º70.15%78.82%-
XYZ14.688.7556.17-
YUV79.06196.81121.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=21.15%
G=18.13%
B=60.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70602010.650.7000.21244.2656.6351.18
Hex463CC94146015f43933
Octal106743111011060253647163
Binary1000110111100110010011000001100011001010111110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463CC9; }

 p { color: rgb(70,60,201); }

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

<style>
 a { background-color: #463CC9; }

 a { background-color: rgb(70,60,201); }

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

<style>
 span { border-color: #463CC9; }

 span { border-color: rgb(70,60,201); }

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