#4063BB

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

Shades of Free Speech Blue #4063BB

Tints of Free Speech Blue #4063BB

Color information

#4063BB (or 0x4063BB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 63 and BB. RGB value is (64,99,187). Sum of RGB (Red+Green+Blue) = 64+99+187=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #4063BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063BB is #BF9C44. Grayscale: #626262. Windows color (decimal): -12557381 or 12280640. OLE color: 12280640.

HSL color Cylindrical-coordinate representation of color #4063BB: hue angle of 222.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4063BB is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6499187-
CMYK0.660.4700.27
HSL222.93º49%49.22%-
HSV(B)222.93º65.78%73.33%-
XYZ15.5513.648.82-
YUV98.57177.9103.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 187 (73.44% from 255) = 53.43%
R=18.29%
G=28.29%
B=53.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64991870.660.4700.27222.934949.22
Hex4063BB422F01Bdf3131
Octal100143273102570333376161
Binary1000000110001110111011100001010111101101111011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4063BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4063BB; }

 p { color: rgb(64,99,187); }

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

<style>
 a { background-color: #4063BB; }

 a { background-color: rgb(64,99,187); }

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

<style>
 span { border-color: #4063BB; }

 span { border-color: rgb(64,99,187); }

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