#4638BF

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

Shades of Free Speech Blue #4638BF

Tints of Free Speech Blue #4638BF

Color information

#4638BF (or 0x4638BF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 38 and BF. RGB value is (70,56,191). Sum of RGB (Red+Green+Blue) = 70+56+191=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #4638BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4638BF is #B9C740. Grayscale: #4B4B4B. Windows color (decimal): -12175169 or 12531782. OLE color: 12531782.

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

Color convert

RGB7056191-
CMYK0.630.7100.25
HSL246.22º54.66%48.43%-
HSV(B)246.22º70.68%74.9%-
XYZ13.347.8950.11-
YUV75.58193.14124.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 191 (75% from 255) = 60.25%
R=22.08%
G=17.67%
B=60.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70561910.630.7100.25246.2254.6648.43
Hex4638BF3F47019f63730
Octal10670277771070313666760
Binary100011011100010111111111111100011101100111110110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4638BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4638BF; }

 p { color: rgb(70,56,191); }

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

<style>
 a { background-color: #4638BF; }

 a { background-color: rgb(70,56,191); }

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

<style>
 span { border-color: #4638BF; }

 span { border-color: rgb(70,56,191); }

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