#4840CB

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

Shades of Free Speech Blue #4840CB

Tints of Free Speech Blue #4840CB

Color information

#4840CB (or 0x4840CB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 40 and CB. RGB value is (72,64,203). Sum of RGB (Red+Green+Blue) = 72+64+203=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #4840CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840CB is #B7BF34. Grayscale: #515151. Windows color (decimal): -12042037 or 13320264. OLE color: 13320264.

HSL color Cylindrical-coordinate representation of color #4840CB: hue angle of 243.45º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4840CB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7264203-
CMYK0.650.6800.20
HSL243.45º57.2%52.35%-
HSV(B)243.45º68.47%79.61%-
XYZ15.299.3657.5-
YUV82.24196.15120.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 203 (79.69% from 255) = 59.88%
R=21.24%
G=18.88%
B=59.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72642030.650.6800.20243.4557.252.35
Hex4840CB4144014f33934
Octal1101003131011040243637164
Binary10010001000000110010111000001100010001010011110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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