#4663B7

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

Shades of Free Speech Blue #4663B7

Tints of Free Speech Blue #4663B7

Color information

#4663B7 (or 0x4663B7) is unknown color: approx Free Speech Blue. HEX triplet: 46, 63 and B7. RGB value is (70,99,183). Sum of RGB (Red+Green+Blue) = 70+99+183=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #4663B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663B7 is #B99C48. Grayscale: #636363. Windows color (decimal): -12164169 or 12018502. OLE color: 12018502.

HSL color Cylindrical-coordinate representation of color #4663B7: hue angle of 224.6º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4663B7 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7099183-
CMYK0.620.4600.28
HSL224.6º44.66%49.61%-
HSV(B)224.6º61.75%71.76%-
XYZ15.5313.6446.61-
YUV99.9174.89106.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=19.89%
G=28.12%
B=51.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal70991830.620.4600.28224.644.6649.61
Hex4663B73E2E01Ce12d32
Octal10614326776560343415562
Binary100011011000111011011111111010111001110011100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4663B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4663B7; }

 p { color: rgb(70,99,183); }

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

<style>
 a { background-color: #4663B7; }

 a { background-color: rgb(70,99,183); }

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

<style>
 span { border-color: #4663B7; }

 span { border-color: rgb(70,99,183); }

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