#465AB7

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

Shades of Free Speech Blue #465AB7

Tints of Free Speech Blue #465AB7

Color information

#465AB7 (or 0x465AB7) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5A and B7. RGB value is (70,90,183). Sum of RGB (Red+Green+Blue) = 70+90+183=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #465AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AB7 is #B9A548. Grayscale: #5E5E5E. Windows color (decimal): -12166473 or 12016198. OLE color: 12016198.

HSL color Cylindrical-coordinate representation of color #465AB7: hue angle of 229.38º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465AB7 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7090183-
CMYK0.620.5100.28
HSL229.38º44.66%49.61%-
HSV(B)229.38º61.75%71.76%-
XYZ14.7312.0346.35-
YUV94.62177.87110.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 183 (71.88% from 255) = 53.35%
R=20.41%
G=26.24%
B=53.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal70901830.620.5100.28229.3844.6649.61
Hex465AB73E3301Ce52d32
Octal10613226776630343455562
Binary100011010110101011011111111011001101110011100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,183); }

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

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

 a { background-color: rgb(70,90,183); }

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

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

 span { border-color: rgb(70,90,183); }

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