#4B54DE

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

Shades of Free Speech Blue #4B54DE

Tints of Free Speech Blue #4B54DE

Color information

#4B54DE (or 0x4B54DE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 54 and DE. RGB value is (75,84,222). Sum of RGB (Red+Green+Blue) = 75+84+222=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B54DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B54DE is #B4AB21. Grayscale: #606060. Windows color (decimal): -11840290 or 14570571. OLE color: 14570571.

HSL color Cylindrical-coordinate representation of color #4B54DE: hue angle of 236.33º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B54DE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7584222-
CMYK0.660.6200.13
HSL236.33º69.01%58.24%-
HSV(B)236.33º66.22%87.06%-
XYZ19.2613.1170.62-
YUV97.04198.52112.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 222 (87.11% from 255) = 58.27%
R=19.69%
G=22.05%
B=58.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75842220.660.6200.13236.3369.0158.24
Hex4B54DE423E0Dec453a
Octal1131243361027601535410572
Binary1001011101010011011110100001011111001101111011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B54DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B54DE; }

 p { color: rgb(75,84,222); }

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

<style>
 a { background-color: #4B54DE; }

 a { background-color: rgb(75,84,222); }

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

<style>
 span { border-color: #4B54DE; }

 span { border-color: rgb(75,84,222); }

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