#464BBA

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

Shades of Free Speech Blue #464BBA

Tints of Free Speech Blue #464BBA

Color information

#464BBA (or 0x464BBA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4B and BA. RGB value is (70,75,186). Sum of RGB (Red+Green+Blue) = 70+75+186=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #464BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BBA is #B9B445. Grayscale: #555555. Windows color (decimal): -12170310 or 12208966. OLE color: 12208966.

HSL color Cylindrical-coordinate representation of color #464BBA: hue angle of 237.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #464BBA is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7075186-
CMYK0.620.6000.27
HSL237.41º45.67%50.2%-
HSV(B)237.41º62.37%72.94%-
XYZ13.99.8847.63-
YUV86.16184.34116.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=21.15%
G=22.66%
B=56.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70751860.620.6000.27237.4145.6750.2
Hex464BBA3E3C01Bed2e32
Octal10611327276740333555662
Binary100011010010111011101011111011110001101111101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464BBA; }

 p { color: rgb(70,75,186); }

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

<style>
 a { background-color: #464BBA; }

 a { background-color: rgb(70,75,186); }

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

<style>
 span { border-color: #464BBA; }

 span { border-color: rgb(70,75,186); }

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