#4763BE

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

Shades of Free Speech Blue #4763BE

Tints of Free Speech Blue #4763BE

Color information

#4763BE (or 0x4763BE) is unknown color: approx Free Speech Blue. HEX triplet: 47, 63 and BE. RGB value is (71,99,190). Sum of RGB (Red+Green+Blue) = 71+99+190=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #4763BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4763BE is #B89C41. Grayscale: #646464. Windows color (decimal): -12098626 or 12477255. OLE color: 12477255.

HSL color Cylindrical-coordinate representation of color #4763BE: hue angle of 225.88º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4763BE is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7199190-
CMYK0.630.4800.25
HSL225.88º47.79%51.18%-
HSV(B)225.88º62.63%74.51%-
XYZ16.3513.9850.55-
YUV101178.22106.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=19.72%
G=27.5%
B=52.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71991900.630.4800.25225.8847.7951.18
Hex4763BE3F30019e23033
Octal10714327677600313426063
Binary100011111000111011111011111111000001100111100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4763BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4763BE; }

 p { color: rgb(71,99,190); }

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

<style>
 a { background-color: #4763BE; }

 a { background-color: rgb(71,99,190); }

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

<style>
 span { border-color: #4763BE; }

 span { border-color: rgb(71,99,190); }

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