#465BB4

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

Shades of Free Speech Blue #465BB4

Tints of Free Speech Blue #465BB4

Color information

#465BB4 (or 0x465BB4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5B and B4. RGB value is (70,91,180). Sum of RGB (Red+Green+Blue) = 70+91+180=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #465BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BB4 is #B9A44B. Grayscale: #5E5E5E. Windows color (decimal): -12166220 or 11819846. OLE color: 11819846.

HSL color Cylindrical-coordinate representation of color #465BB4: hue angle of 228.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465BB4 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7091180-
CMYK0.610.4900.29
HSL228.55º44%49.02%-
HSV(B)228.55º61.11%70.59%-
XYZ14.5112.0844.75-
YUV94.87176.04110.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 180 (70.70% from 255) = 52.79%
R=20.53%
G=26.69%
B=52.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70911800.610.4900.29228.554449.02
Hex465BB43D3101De52c31
Octal10613326475610353455461
Binary100011010110111011010011110111000101110111100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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