#465DC8

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

Shades of Free Speech Blue #465DC8

Tints of Free Speech Blue #465DC8

Color information

#465DC8 (or 0x465DC8) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5D and C8. RGB value is (70,93,200). Sum of RGB (Red+Green+Blue) = 70+93+200=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #465DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DC8 is #B9A237. Grayscale: #616161. Windows color (decimal): -12165688 or 13131078. OLE color: 13131078.

HSL color Cylindrical-coordinate representation of color #465DC8: hue angle of 229.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465DC8 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7093200-
CMYK0.650.5400.22
HSL229.38º54.17%52.94%-
HSV(B)229.38º65%78.43%-
XYZ16.8713.356.32-
YUV98.32185.38107.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 200 (78.52% from 255) = 55.10%
R=19.28%
G=25.62%
B=55.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70932000.650.5400.22229.3854.1752.94
Hex465DC84136016e53635
Octal106135310101660263456665
Binary1000110101110111001000100000111011001011011100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465DC8; }

 p { color: rgb(70,93,200); }

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

<style>
 a { background-color: #465DC8; }

 a { background-color: rgb(70,93,200); }

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

<style>
 span { border-color: #465DC8; }

 span { border-color: rgb(70,93,200); }

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