#4648BF

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

Shades of Free Speech Blue #4648BF

Tints of Free Speech Blue #4648BF

Color information

#4648BF (or 0x4648BF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 48 and BF. RGB value is (70,72,191). Sum of RGB (Red+Green+Blue) = 70+72+191=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #4648BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4648BF is #B9B740. Grayscale: #545454. Windows color (decimal): -12171073 or 12535878. OLE color: 12535878.

HSL color Cylindrical-coordinate representation of color #4648BF: hue angle of 239.01º degrees, saturation: 0.49, 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 #4648BF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7072191-
CMYK0.630.6200.25
HSL239.01º48.59%51.18%-
HSV(B)239.01º63.35%74.9%-
XYZ14.259.750.41-
YUV84.97187.84117.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 191 (75% from 255) = 57.36%
R=21.02%
G=21.62%
B=57.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70721910.630.6200.25239.0148.5951.18
Hex4648BF3F3E019ef3133
Octal10611027777760313576163
Binary100011010010001011111111111111111001100111101111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4648BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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