#4844BC

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

Shades of Free Speech Blue #4844BC

Tints of Free Speech Blue #4844BC

Color information

#4844BC (or 0x4844BC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 44 and BC. RGB value is (72,68,188). Sum of RGB (Red+Green+Blue) = 72+68+188=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #4844BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4844BC is #B7BB43. Grayscale: #525252. Windows color (decimal): -12041028 or 12338248. OLE color: 12338248.

HSL color Cylindrical-coordinate representation of color #4844BC: hue angle of 242º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4844BC is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7268188-
CMYK0.620.6400.26
HSL242º47.24%50.2%-
HSV(B)242º63.83%73.73%-
XYZ13.829.1448.61-
YUV82.88187.33120.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=21.95%
G=20.73%
B=57.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72681880.620.6400.2624247.2450.2
Hex4844BC3E4001Af22f32
Octal110104274761000323625762
Binary1001000100010010111100111110100000001101011110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4844BC; }

 p { color: rgb(72,68,188); }

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

<style>
 a { background-color: #4844BC; }

 a { background-color: rgb(72,68,188); }

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

<style>
 span { border-color: #4844BC; }

 span { border-color: rgb(72,68,188); }

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