#4148D4

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

Shades of Free Speech Blue #4148D4

Tints of Free Speech Blue #4148D4

Color information

#4148D4 (or 0x4148D4) is unknown color: approx Free Speech Blue. HEX triplet: 41, 48 and D4. RGB value is (65,72,212). Sum of RGB (Red+Green+Blue) = 65+72+212=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 212 (83.20% from 255 or 60.74% from 349); Max value from RGB is 212 - color contains mainly: blue. Hex color #4148D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148D4 is #BEB72B. Grayscale: #555555. Windows color (decimal): -12498732 or 13912129. OLE color: 13912129.

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

Color convert

RGB6572212-
CMYK0.690.6600.17
HSL237.14º63.09%54.31%-
HSV(B)237.14º69.34%83.14%-
XYZ16.3810.5163.45-
YUV85.87199.18113.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 212 (83.20% from 255) = 60.74%
R=18.62%
G=20.63%
B=60.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65722120.690.6600.17237.1463.0954.31
Hex4148D44542011ed3f36
Octal1011103241051020213557766
Binary10000011001000110101001000101100001001000111101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4148D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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