#465CC8

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

Shades of Free Speech Blue #465CC8

Tints of Free Speech Blue #465CC8

Color information

#465CC8 (or 0x465CC8) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5C and C8. RGB value is (70,92,200). Sum of RGB (Red+Green+Blue) = 70+92+200=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #465CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CC8 is #B9A337. Grayscale: #616161. Windows color (decimal): -12165944 or 13130822. OLE color: 13130822.

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

Color convert

RGB7092200-
CMYK0.650.5400.22
HSL229.85º54.17%52.94%-
HSV(B)229.85º65%78.43%-
XYZ16.7813.1356.29-
YUV97.73185.71108.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 200 (78.52% from 255) = 55.25%
R=19.34%
G=25.41%
B=55.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70922000.650.5400.22229.8554.1752.94
Hex465CC84136016e63635
Octal106134310101660263466665
Binary1000110101110011001000100000111011001011011100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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