#414BC0

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

Shades of Free Speech Blue #414BC0

Tints of Free Speech Blue #414BC0

Color information

#414BC0 (or 0x414BC0) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and C0. RGB value is (65,75,192). Sum of RGB (Red+Green+Blue) = 65+75+192=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #414BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BC0 is #BEB43F. Grayscale: #545454. Windows color (decimal): -12497984 or 12602177. OLE color: 12602177.

HSL color Cylindrical-coordinate representation of color #414BC0: hue angle of 235.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414BC0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6575192-
CMYK0.660.6100.25
HSL235.28º50.2%50.39%-
HSV(B)235.28º66.15%75.29%-
XYZ14.219.9651.04-
YUV85.35188.19113.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.58%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 192 (75.39% from 255) = 57.83%
R=19.58%
G=22.59%
B=57.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65751920.660.6100.25235.2850.250.39
Hex414BC0423D019eb3232
Octal101113300102750313536262
Binary1000001100101111000000100001011110101100111101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,192); }

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

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

 a { background-color: rgb(65,75,192); }

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

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

 span { border-color: rgb(65,75,192); }

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