#4069BC

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

Shades of Free Speech Blue #4069BC

Tints of Free Speech Blue #4069BC

Color information

#4069BC (or 0x4069BC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 69 and BC. RGB value is (64,105,188). Sum of RGB (Red+Green+Blue) = 64+105+188=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #4069BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069BC is #BF9643. Grayscale: #656565. Windows color (decimal): -12555844 or 12347712. OLE color: 12347712.

HSL color Cylindrical-coordinate representation of color #4069BC: hue angle of 220.16º 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 #4069BC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64105188-
CMYK0.660.4400.26
HSL220.16º49.21%49.41%-
HSV(B)220.16º65.96%73.73%-
XYZ16.2414.8249.58-
YUV102.2176.42100.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=17.93%
G=29.41%
B=52.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641051880.660.4400.26220.1649.2149.41
Hex4069BC422C01Adc3131
Octal100151274102540323346161
Binary1000000110100110111100100001010110001101011011100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4069BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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