#4147D4

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

Shades of Free Speech Blue #4147D4

Tints of Free Speech Blue #4147D4

Color information

#4147D4 (or 0x4147D4) is unknown color: approx Free Speech Blue. HEX triplet: 41, 47 and D4. RGB value is (65,71,212). Sum of RGB (Red+Green+Blue) = 65+71+212=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 212 (83.20% from 255 or 60.92% from 348); Max value from RGB is 212 - color contains mainly: blue. Hex color #4147D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4147D4 is #BEB82B. Grayscale: #545454. Windows color (decimal): -12498988 or 13911873. OLE color: 13911873.

HSL color Cylindrical-coordinate representation of color #4147D4: hue angle of 237.55º 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 #4147D4 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6571212-
CMYK0.690.6700.17
HSL237.55º63.09%54.31%-
HSV(B)237.55º69.34%83.14%-
XYZ16.3210.3863.43-
YUV85.28199.51113.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 212 (83.20% from 255) = 60.92%
R=18.68%
G=20.40%
B=60.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65712120.690.6700.17237.5563.0954.31
Hex4147D44543011ee3f36
Octal1011073241051030213567766
Binary10000011000111110101001000101100001101000111101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4147D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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