#4068BC

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

Shades of Free Speech Blue #4068BC

Tints of Free Speech Blue #4068BC

Color information

#4068BC (or 0x4068BC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 68 and BC. RGB value is (64,104,188). Sum of RGB (Red+Green+Blue) = 64+104+188=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #4068BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4068BC is #BF9743. Grayscale: #656565. Windows color (decimal): -12556100 or 12347456. OLE color: 12347456.

HSL color Cylindrical-coordinate representation of color #4068BC: hue angle of 220.65º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4068BC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64104188-
CMYK0.660.4500.26
HSL220.65º49.21%49.41%-
HSV(B)220.65º65.96%73.73%-
XYZ16.1414.6249.55-
YUV101.62176.75101.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=17.98%
G=29.21%
B=52.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641041880.660.4500.26220.6549.2149.41
Hex4068BC422D01Add3131
Octal100150274102550323356161
Binary1000000110100010111100100001010110101101011011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4068BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4068BC; }

 p { color: rgb(64,104,188); }

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

<style>
 a { background-color: #4068BC; }

 a { background-color: rgb(64,104,188); }

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

<style>
 span { border-color: #4068BC; }

 span { border-color: rgb(64,104,188); }

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