#465DC7

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

Shades of Free Speech Blue #465DC7

Tints of Free Speech Blue #465DC7

Color information

#465DC7 (or 0x465DC7) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5D and C7. RGB value is (70,93,199). Sum of RGB (Red+Green+Blue) = 70+93+199=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 199 (78.12% from 255 or 54.97% from 362); Max value from RGB is 199 - color contains mainly: blue. Hex color #465DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DC7 is #B9A238. Grayscale: #616161. Windows color (decimal): -12165689 or 13065542. OLE color: 13065542.

HSL color Cylindrical-coordinate representation of color #465DC7: hue angle of 229.3º 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 #465DC7 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7093199-
CMYK0.650.5300.22
HSL229.3º53.53%52.75%-
HSV(B)229.3º64.82%78.04%-
XYZ16.7513.2555.71-
YUV98.21184.88107.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 199 (78.12% from 255) = 54.97%
R=19.34%
G=25.69%
B=54.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70931990.650.5300.22229.353.5352.75
Hex465DC74135016e53635
Octal106135307101650263456665
Binary1000110101110111000111100000111010101011011100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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