#465FCB

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

Shades of Free Speech Blue #465FCB

Tints of Free Speech Blue #465FCB

Color information

#465FCB (or 0x465FCB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5F and CB. RGB value is (70,95,203). Sum of RGB (Red+Green+Blue) = 70+95+203=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #465FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FCB is #B9A034. Grayscale: #636363. Windows color (decimal): -12165173 or 13328198. OLE color: 13328198.

HSL color Cylindrical-coordinate representation of color #465FCB: hue angle of 228.72º degrees, saturation: 0.56, 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 #465FCB is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7095203-
CMYK0.660.5300.20
HSL228.72º56.12%53.53%-
HSV(B)228.72º65.52%79.61%-
XYZ17.413.858.25-
YUV99.84186.22106.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 203 (79.69% from 255) = 55.16%
R=19.02%
G=25.82%
B=55.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70952030.660.5300.20228.7256.1253.53
Hex465FCB4235014e53836
Octal106137313102650243457066
Binary1000110101111111001011100001011010101010011100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,95,203); }

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

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

 a { background-color: rgb(70,95,203); }

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

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

 span { border-color: rgb(70,95,203); }

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