#465CC3

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

Shades of Free Speech Blue #465CC3

Tints of Free Speech Blue #465CC3

Color information

#465CC3 (or 0x465CC3) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5C and C3. RGB value is (70,92,195). Sum of RGB (Red+Green+Blue) = 70+92+195=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #465CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CC3 is #B9A33C. Grayscale: #606060. Windows color (decimal): -12165949 or 12803142. OLE color: 12803142.

HSL color Cylindrical-coordinate representation of color #465CC3: hue angle of 229.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465CC3 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7092195-
CMYK0.640.5300.24
HSL229.44º51.02%51.96%-
HSV(B)229.44º64.1%76.47%-
XYZ16.212.953.27-
YUV97.16183.21108.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 195 (76.56% from 255) = 54.62%
R=19.61%
G=25.77%
B=54.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70921950.640.5300.24229.4451.0251.96
Hex465CC34035018e53334
Octal106134303100650303456364
Binary1000110101110011000011100000011010101100011100101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,195); }

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

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

 a { background-color: rgb(70,92,195); }

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

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

 span { border-color: rgb(70,92,195); }

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