#4840CF

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

Shades of Free Speech Blue #4840CF

Tints of Free Speech Blue #4840CF

Color information

#4840CF (or 0x4840CF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 40 and CF. RGB value is (72,64,207). Sum of RGB (Red+Green+Blue) = 72+64+207=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #4840CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840CF is #B7BF30. Grayscale: #525252. Windows color (decimal): -12042033 or 13582408. OLE color: 13582408.

HSL color Cylindrical-coordinate representation of color #4840CF: hue angle of 243.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4840CF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7264207-
CMYK0.650.6900.19
HSL243.36º59.83%53.14%-
HSV(B)243.36º69.08%81.18%-
XYZ15.779.5560.04-
YUV82.69198.15120.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 207 (81.25% from 255) = 60.35%
R=20.99%
G=18.66%
B=60.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72642070.650.6900.19243.3659.8353.14
Hex4840CF4145013f33c35
Octal1101003171011050233637465
Binary10010001000000110011111000001100010101001111110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4840CF; }

 p { color: rgb(72,64,207); }

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

<style>
 a { background-color: #4840CF; }

 a { background-color: rgb(72,64,207); }

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

<style>
 span { border-color: #4840CF; }

 span { border-color: rgb(72,64,207); }

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