#465BCA

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

Shades of Free Speech Blue #465BCA

Tints of Free Speech Blue #465BCA

Color information

#465BCA (or 0x465BCA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5B and CA. RGB value is (70,91,202). Sum of RGB (Red+Green+Blue) = 70+91+202=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #465BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BCA is #B9A435. Grayscale: #606060. Windows color (decimal): -12166198 or 13261638. OLE color: 13261638.

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

Color convert

RGB7091202-
CMYK0.650.5500.21
HSL230.45º55.46%53.33%-
HSV(B)230.45º65.35%79.22%-
XYZ16.9313.0557.5-
YUV97.38187.04108.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 202 (79.30% from 255) = 55.65%
R=19.28%
G=25.07%
B=55.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70912020.650.5500.21230.4555.4653.33
Hex465BCA4137015e63735
Octal106133312101670253466765
Binary1000110101101111001010100000111011101010111100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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