#4064B8

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

Shades of Free Speech Blue #4064B8

Tints of Free Speech Blue #4064B8

Color information

#4064B8 (or 0x4064B8) is unknown color: approx Free Speech Blue. HEX triplet: 40, 64 and B8. RGB value is (64,100,184). Sum of RGB (Red+Green+Blue) = 64+100+184=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #4064B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064B8 is #BF9B47. Grayscale: #626262. Windows color (decimal): -12557128 or 12084288. OLE color: 12084288.

HSL color Cylindrical-coordinate representation of color #4064B8: hue angle of 222º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4064B8 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB64100184-
CMYK0.650.4600.28
HSL222º48.39%48.63%-
HSV(B)222º65.22%72.16%-
XYZ15.3213.6747.18-
YUV98.81176.07103.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.39%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 184 (72.27% from 255) = 52.87%
R=18.39%
G=28.74%
B=52.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641001840.650.4600.2822248.3948.63
Hex4064B8412E01Cde3031
Octal100144270101560343366061
Binary1000000110010010111000100000110111001110011011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4064B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4064B8; }

 p { color: rgb(64,100,184); }

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

<style>
 a { background-color: #4064B8; }

 a { background-color: rgb(64,100,184); }

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

<style>
 span { border-color: #4064B8; }

 span { border-color: rgb(64,100,184); }

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