#4648BE

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

Shades of Free Speech Blue #4648BE

Tints of Free Speech Blue #4648BE

Color information

#4648BE (or 0x4648BE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 48 and BE. RGB value is (70,72,190). Sum of RGB (Red+Green+Blue) = 70+72+190=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #4648BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4648BE is #B9B741. Grayscale: #545454. Windows color (decimal): -12171074 or 12470342. OLE color: 12470342.

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

Color convert

RGB7072190-
CMYK0.630.6200.25
HSL239º48%50.98%-
HSV(B)239º63.16%74.51%-
XYZ14.149.6549.83-
YUV84.85187.34117.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=21.08%
G=21.69%
B=57.23%

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
Decimal70721900.630.6200.252394850.98
Hex4648BE3F3E019ef3033
Octal10611027677760313576063
Binary100011010010001011111011111111111001100111101111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4648BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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