#463DCC

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

Shades of Free Speech Blue #463DCC

Tints of Free Speech Blue #463DCC

Color information

#463DCC (or 0x463DCC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3D and CC. RGB value is (70,61,204). Sum of RGB (Red+Green+Blue) = 70+61+204=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #463DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DCC is #B9C233. Grayscale: #4F4F4F. Windows color (decimal): -12173876 or 13385030. OLE color: 13385030.

HSL color Cylindrical-coordinate representation of color #463DCC: hue angle of 243.78º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463DCC is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7061204-
CMYK0.660.7000.2
HSL243.78º58.37%51.96%-
HSV(B)243.78º70.1%80%-
XYZ15.09958.07-
YUV79.99197.98120.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=20.90%
G=18.21%
B=60.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70612040.660.7000.2243.7858.3751.96
Hex463DCC4246014f43a34
Octal106753141021060243647264
Binary1000110111101110011001000010100011001010011110100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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