#4c6cc7

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

Shades of Free Speech Blue #4C6CC7

Tints of Free Speech Blue #4C6CC7

Color information

#4C6CC7 (or 0x4C6CC7) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 6C and C7. RGB value is (76,108,199). Sum of RGB (Red+Green+Blue) = 76+108+199=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #4C6CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6CC7 is #B39338. Grayscale: #6C6C6C. Windows color (decimal): -11768633 or 13069388. OLE color: 13069388.

HSL color Cylindrical-coordinate representation of color #4C6CC7: hue angle of 224.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C6CC7 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB76108199-
CMYK0.620.4600.22
HSL224.39º52.34%53.92%-
HSV(B)224.39º61.81%78.04%-
XYZ18.6516.3956.21-
YUV108.81178.9104.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.84%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 199 (78.12% from 255) = 51.96%
R=19.84%
G=28.20%
B=51.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761081990.620.4600.22224.3952.3453.92
Hex4C6CC73E2E016e03436
Octal11415430776560263406466
Binary100110011011001100011111111010111001011011100000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c6cc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,108,199); }

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

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

 a { background-color: rgb(76,108,199); }

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

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

 span { border-color: rgb(76,108,199); }

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