#414ABC

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

Shades of Free Speech Blue #414ABC

Tints of Free Speech Blue #414ABC

Color information

#414ABC (or 0x414ABC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4A and BC. RGB value is (65,74,188). Sum of RGB (Red+Green+Blue) = 65+74+188=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #414ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414ABC is #BEB543. Grayscale: #535353. Windows color (decimal): -12498244 or 12339777. OLE color: 12339777.

HSL color Cylindrical-coordinate representation of color #414ABC: hue angle of 235.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414ABC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6574188-
CMYK0.650.6100.26
HSL235.61º48.62%49.61%-
HSV(B)235.61º65.43%73.73%-
XYZ13.719.6548.72-
YUV84.3186.52114.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 188 (73.83% from 255) = 57.49%
R=19.88%
G=22.63%
B=57.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65741880.650.6100.26235.6148.6249.61
Hex414ABC413D01Aec3132
Octal101112274101750323546162
Binary1000001100101010111100100000111110101101011101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414ABC; }

 p { color: rgb(65,74,188); }

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

<style>
 a { background-color: #414ABC; }

 a { background-color: rgb(65,74,188); }

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

<style>
 span { border-color: #414ABC; }

 span { border-color: rgb(65,74,188); }

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