#4845D4

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

Shades of Free Speech Blue #4845D4

Tints of Free Speech Blue #4845D4

Color information

#4845D4 (or 0x4845D4) is unknown color: approx Free Speech Blue. HEX triplet: 48, 45 and D4. RGB value is (72,69,212). Sum of RGB (Red+Green+Blue) = 72+69+212=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #4845D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4845D4 is #B7BA2B. Grayscale: #555555. Windows color (decimal): -12040748 or 13911368. OLE color: 13911368.

HSL color Cylindrical-coordinate representation of color #4845D4: hue angle of 241.26º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4845D4 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7269212-
CMYK0.660.6700.17
HSL241.26º62.45%55.1%-
HSV(B)241.26º67.45%83.14%-
XYZ16.6810.3963.41-
YUV86.2198.99117.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 212 (83.20% from 255) = 60.06%
R=20.40%
G=19.55%
B=60.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72692120.660.6700.17241.2662.4555.1
Hex4845D44243011f13e37
Octal1101053241021030213617667
Binary10010001000101110101001000010100001101000111110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4845D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4845D4; }

 p { color: rgb(72,69,212); }

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

<style>
 a { background-color: #4845D4; }

 a { background-color: rgb(72,69,212); }

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

<style>
 span { border-color: #4845D4; }

 span { border-color: rgb(72,69,212); }

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