#4C67BF

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

Shades of Free Speech Blue #4C67BF

Tints of Free Speech Blue #4C67BF

Color information

#4C67BF (or 0x4C67BF) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 67 and BF. RGB value is (76,103,191). Sum of RGB (Red+Green+Blue) = 76+103+191=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C67BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C67BF is #B39840. Grayscale: #686868. Windows color (decimal): -11769921 or 12543820. OLE color: 12543820.

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

Color convert

RGB76103191-
CMYK0.600.4600.25
HSL225.91º47.33%52.35%-
HSV(B)225.91º60.21%74.9%-
XYZ17.231551.28-
YUV104.96176.55107.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 191 (75% from 255) = 51.62%
R=20.54%
G=27.84%
B=51.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761031910.600.4600.25225.9147.3352.35
Hex4C67BF3C2E019e22f34
Octal11414727774560313425764
Binary100110011001111011111111110010111001100111100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,103,191); }

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

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

 a { background-color: rgb(76,103,191); }

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

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

 span { border-color: rgb(76,103,191); }

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