#464ACA

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

Shades of Free Speech Blue #464ACA

Tints of Free Speech Blue #464ACA

Color information

#464ACA (or 0x464ACA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4A and CA. RGB value is (70,74,202). Sum of RGB (Red+Green+Blue) = 70+74+202=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #464ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ACA is #B9B535. Grayscale: #565656. Windows color (decimal): -12170550 or 13257286. OLE color: 13257286.

HSL color Cylindrical-coordinate representation of color #464ACA: hue angle of 238.18º 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 #464ACA is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7074202-
CMYK0.650.6300.21
HSL238.18º55.46%53.33%-
HSV(B)238.18º65.35%79.22%-
XYZ15.6410.4657.07-
YUV87.4192.67115.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=20.23%
G=21.39%
B=58.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70742020.650.6300.21238.1855.4653.33
Hex464ACA413F015ee3735
Octal106112312101770253566765
Binary1000110100101011001010100000111111101010111101110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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