#464CCB

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

Shades of Free Speech Blue #464CCB

Tints of Free Speech Blue #464CCB

Color information

#464CCB (or 0x464CCB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4C and CB. RGB value is (70,76,203). Sum of RGB (Red+Green+Blue) = 70+76+203=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #464CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CCB is #B9B334. Grayscale: #585858. Windows color (decimal): -12170037 or 13323334. OLE color: 13323334.

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

Color convert

RGB7076203-
CMYK0.660.6300.20
HSL237.29º56.12%53.53%-
HSV(B)237.29º65.52%79.61%-
XYZ15.8910.7857.74-
YUV88.68192.51114.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 203 (79.69% from 255) = 58.17%
R=20.06%
G=21.78%
B=58.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70762030.660.6300.20237.2956.1253.53
Hex464CCB423F014ed3836
Octal106114313102770243557066
Binary1000110100110011001011100001011111101010011101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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