#4149DB

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

Shades of Free Speech Blue #4149DB

Tints of Free Speech Blue #4149DB

Color information

#4149DB (or 0x4149DB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 49 and DB. RGB value is (65,73,219). Sum of RGB (Red+Green+Blue) = 65+73+219=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #4149DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4149DB is #BEB624. Grayscale: #565656. Windows color (decimal): -12498469 or 14371137. OLE color: 14371137.

HSL color Cylindrical-coordinate representation of color #4149DB: hue angle of 236.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4149DB is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6573219-
CMYK0.700.6700.14
HSL236.88º68.14%55.69%-
HSV(B)236.88º70.32%85.88%-
XYZ17.351168.23-
YUV87.25202.35112.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 219 (85.94% from 255) = 61.34%
R=18.21%
G=20.45%
B=61.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65732190.700.6700.14236.8868.1455.69
Hex4149DB46430Eed4438
Octal10111133310610301635510470
Binary10000011001001110110111000110100001101110111011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4149DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4149DB; }

 p { color: rgb(65,73,219); }

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

<style>
 a { background-color: #4149DB; }

 a { background-color: rgb(65,73,219); }

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

<style>
 span { border-color: #4149DB; }

 span { border-color: rgb(65,73,219); }

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