#4640CB

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

Shades of Free Speech Blue #4640CB

Tints of Free Speech Blue #4640CB

Color information

#4640CB (or 0x4640CB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 40 and CB. RGB value is (70,64,203). Sum of RGB (Red+Green+Blue) = 70+64+203=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #4640CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640CB is #B9BF34. Grayscale: #515151. Windows color (decimal): -12173109 or 13320262. OLE color: 13320262.

HSL color Cylindrical-coordinate representation of color #4640CB: hue angle of 242.59º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4640CB is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7064203-
CMYK0.660.6800.20
HSL242.59º57.2%52.35%-
HSV(B)242.59º68.47%79.61%-
XYZ15.149.2857.49-
YUV81.64196.49119.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 203 (79.69% from 255) = 60.24%
R=20.77%
G=18.99%
B=60.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70642030.660.6800.20242.5957.252.35
Hex4640CB4244014f33934
Octal1061003131021040243637164
Binary10001101000000110010111000010100010001010011110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4640CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4640CB; }

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

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

<style>
 a { background-color: #4640CB; }

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

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

<style>
 span { border-color: #4640CB; }

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

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