#416BC4

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

Shades of Free Speech Blue #416BC4

Tints of Free Speech Blue #416BC4

Color information

#416BC4 (or 0x416BC4) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6B and C4. RGB value is (65,107,196). Sum of RGB (Red+Green+Blue) = 65+107+196=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 196 (76.95% from 255 or 53.26% from 368); Max value from RGB is 196 - color contains mainly: blue. Hex color #416BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BC4 is #BE943B. Grayscale: #686868. Windows color (decimal): -12489788 or 12872513. OLE color: 12872513.

HSL color Cylindrical-coordinate representation of color #416BC4: hue angle of 220.76º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416BC4 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65107196-
CMYK0.670.4500.23
HSL220.76º52.61%51.18%-
HSV(B)220.76º66.84%76.86%-
XYZ17.415.6254.32-
YUV104.59179.5999.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.66%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 196 (76.95% from 255) = 53.26%
R=17.66%
G=29.08%
B=53.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651071960.670.4500.23220.7652.6151.18
Hex416BC4432D017dd3533
Octal101153304103550273356563
Binary1000001110101111000100100001110110101011111011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416BC4; }

 p { color: rgb(65,107,196); }

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

<style>
 a { background-color: #416BC4; }

 a { background-color: rgb(65,107,196); }

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

<style>
 span { border-color: #416BC4; }

 span { border-color: rgb(65,107,196); }

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