#465BC7

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

Shades of Free Speech Blue #465BC7

Tints of Free Speech Blue #465BC7

Color information

#465BC7 (or 0x465BC7) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5B and C7. RGB value is (70,91,199). Sum of RGB (Red+Green+Blue) = 70+91+199=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #465BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BC7 is #B9A438. Grayscale: #606060. Windows color (decimal): -12166201 or 13065030. OLE color: 13065030.

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

Color convert

RGB7091199-
CMYK0.650.5400.22
HSL230.23º53.53%52.75%-
HSV(B)230.23º64.82%78.04%-
XYZ16.5812.9155.65-
YUV97.03185.54108.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 199 (78.12% from 255) = 55.28%
R=19.44%
G=25.28%
B=55.28%

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
Decimal70911990.650.5400.22230.2353.5352.75
Hex465BC74136016e63635
Octal106133307101660263466665
Binary1000110101101111000111100000111011001011011100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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