#4142B8

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

Shades of Free Speech Blue #4142B8

Tints of Free Speech Blue #4142B8

Color information

#4142B8 (or 0x4142B8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 42 and B8. RGB value is (65,66,184). Sum of RGB (Red+Green+Blue) = 65+66+184=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #4142B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142B8 is #BEBD47. Grayscale: #4E4E4E. Windows color (decimal): -12500296 or 12075585. OLE color: 12075585.

HSL color Cylindrical-coordinate representation of color #4142B8: hue angle of 239.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4142B8 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6566184-
CMYK0.650.6400.28
HSL239.5º47.79%48.82%-
HSV(B)239.5º64.67%72.16%-
XYZ12.788.4846.31-
YUV79.15187.17117.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 184 (72.27% from 255) = 58.41%
R=20.63%
G=20.95%
B=58.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65661840.650.6400.28239.547.7948.82
Hex4142B8414001Cef3031
Octal1011022701011000343576061
Binary10000011000010101110001000001100000001110011101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4142B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4142B8; }

 p { color: rgb(65,66,184); }

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

<style>
 a { background-color: #4142B8; }

 a { background-color: rgb(65,66,184); }

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

<style>
 span { border-color: #4142B8; }

 span { border-color: rgb(65,66,184); }

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