#4C69BB

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

Shades of Free Speech Blue #4C69BB

Tints of Free Speech Blue #4C69BB

Color information

#4C69BB (or 0x4C69BB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 69 and BB. RGB value is (76,105,187). Sum of RGB (Red+Green+Blue) = 76+105+187=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C69BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C69BB is #B39644. Grayscale: #696969. Windows color (decimal): -11769413 or 12282188. OLE color: 12282188.

HSL color Cylindrical-coordinate representation of color #4C69BB: hue angle of 224.32º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C69BB is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76105187-
CMYK0.590.4400.27
HSL224.32º44.94%51.57%-
HSV(B)224.32º59.36%73.33%-
XYZ1715.2349.06-
YUV105.68173.89106.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=20.65%
G=28.53%
B=50.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761051870.590.4400.27224.3244.9451.57
Hex4C69BB3B2C01Be02d34
Octal11415127373540333405564
Binary100110011010011011101111101110110001101111100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C69BB; }

 p { color: rgb(76,105,187); }

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

<style>
 a { background-color: #4C69BB; }

 a { background-color: rgb(76,105,187); }

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

<style>
 span { border-color: #4C69BB; }

 span { border-color: rgb(76,105,187); }

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