#463DC3

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

Shades of Free Speech Blue #463DC3

Tints of Free Speech Blue #463DC3

Color information

#463DC3 (or 0x463DC3) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3D and C3. RGB value is (70,61,195). Sum of RGB (Red+Green+Blue) = 70+61+195=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #463DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DC3 is #B9C23C. Grayscale: #4E4E4E. Windows color (decimal): -12173885 or 12795206. OLE color: 12795206.

HSL color Cylindrical-coordinate representation of color #463DC3: hue angle of 244.03º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463DC3 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7061195-
CMYK0.640.6900.24
HSL244.03º52.76%50.2%-
HSV(B)244.03º68.72%76.47%-
XYZ14.048.5852.55-
YUV78.97193.48121.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 195 (76.56% from 255) = 59.82%
R=21.47%
G=18.71%
B=59.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70611950.640.6900.24244.0352.7650.2
Hex463DC34045018f43532
Octal106753031001050303646562
Binary1000110111101110000111000000100010101100011110100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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