#463DC9

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

Shades of Free Speech Blue #463DC9

Tints of Free Speech Blue #463DC9

Color information

#463DC9 (or 0x463DC9) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3D and C9. RGB value is (70,61,201). Sum of RGB (Red+Green+Blue) = 70+61+201=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 201 (78.91% from 255 or 60.54% from 332); Max value from RGB is 201 - color contains mainly: blue. Hex color #463DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DC9 is #B9C236. Grayscale: #4F4F4F. Windows color (decimal): -12173879 or 13188422. OLE color: 13188422.

HSL color Cylindrical-coordinate representation of color #463DC9: hue angle of 243.86º degrees, saturation: 0.56, 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 #463DC9 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7061201-
CMYK0.650.7000.21
HSL243.86º56.45%51.37%-
HSV(B)243.86º69.65%78.82%-
XYZ14.748.8656.19-
YUV79.65196.48121.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 61 (24.22% from 255) = 18.37%
BLUE value IS 201 (78.91% from 255) = 60.54%
R=21.08%
G=18.37%
B=60.54%

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
Decimal70612010.650.7000.21243.8656.4551.37
Hex463DC94146015f43833
Octal106753111011060253647063
Binary1000110111101110010011000001100011001010111110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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