#465DCC

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

Shades of Free Speech Blue #465DCC

Tints of Free Speech Blue #465DCC

Color information

#465DCC (or 0x465DCC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5D and CC. RGB value is (70,93,204). Sum of RGB (Red+Green+Blue) = 70+93+204=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #465DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DCC is #B9A233. Grayscale: #626262. Windows color (decimal): -12165684 or 13393222. OLE color: 13393222.

HSL color Cylindrical-coordinate representation of color #465DCC: hue angle of 229.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465DCC is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7093204-
CMYK0.660.5400.2
HSL229.7º56.78%53.73%-
HSV(B)229.7º65.69%80%-
XYZ17.3413.4958.82-
YUV98.78187.38107.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=19.07%
G=25.34%
B=55.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70932040.660.5400.2229.756.7853.73
Hex465DCC4236014e63936
Octal106135314102660243467166
Binary1000110101110111001100100001011011001010011100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,93,204); }

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

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

 a { background-color: rgb(70,93,204); }

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

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

 span { border-color: rgb(70,93,204); }

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