#4469BC

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

Shades of Free Speech Blue #4469BC

Tints of Free Speech Blue #4469BC

Color information

#4469BC (or 0x4469BC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 69 and BC. RGB value is (68,105,188). Sum of RGB (Red+Green+Blue) = 68+105+188=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #4469BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469BC is #BB9643. Grayscale: #676767. Windows color (decimal): -12293700 or 12347716. OLE color: 12347716.

HSL color Cylindrical-coordinate representation of color #4469BC: hue angle of 221.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4469BC is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB68105188-
CMYK0.640.4400.26
HSL221.5º47.24%50.2%-
HSV(B)221.5º63.83%73.73%-
XYZ16.5114.9649.59-
YUV103.4175.74102.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.84%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=18.84%
G=29.09%
B=52.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681051880.640.4400.26221.547.2450.2
Hex4469BC402C01Ade2f32
Octal104151274100540323365762
Binary1000100110100110111100100000010110001101011011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4469BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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