#4c68bc

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

Shades of Free Speech Blue #4C68BC

Tints of Free Speech Blue #4C68BC

Color information

#4C68BC (or 0x4C68BC) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 68 and BC. RGB value is (76,104,188). Sum of RGB (Red+Green+Blue) = 76+104+188=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C68BC is #B39743. Grayscale: #686868. Windows color (decimal): -11769668 or 12347468. OLE color: 12347468.

HSL color Cylindrical-coordinate representation of color #4C68BC: hue angle of 225º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C68BC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB76104188-
CMYK0.600.4500.26
HSL225º45.53%51.76%-
HSV(B)225º59.57%73.73%-
XYZ17.0115.0749.59-
YUV105.2174.72107.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=20.65%
G=28.26%
B=51.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761041880.600.4500.2622545.5351.76
Hex4C68BC3C2D01Ae12e34
Octal11415027474550323415664
Binary100110011010001011110011110010110101101011100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c68bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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