#416CC4

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

Shades of Free Speech Blue #416CC4

Tints of Free Speech Blue #416CC4

Color information

#416CC4 (or 0x416CC4) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6C and C4. RGB value is (65,108,196). Sum of RGB (Red+Green+Blue) = 65+108+196=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #416CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CC4 is #BE933B. Grayscale: #686868. Windows color (decimal): -12489532 or 12872769. OLE color: 12872769.

HSL color Cylindrical-coordinate representation of color #416CC4: hue angle of 220.31º 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 #416CC4 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65108196-
CMYK0.670.4500.23
HSL220.31º52.61%51.18%-
HSV(B)220.31º66.84%76.86%-
XYZ17.5115.8354.36-
YUV105.17179.2599.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 196 (76.95% from 255) = 53.12%
R=17.62%
G=29.27%
B=53.12%

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
Decimal651081960.670.4500.23220.3152.6151.18
Hex416CC4432D017dc3533
Octal101154304103550273346563
Binary1000001110110011000100100001110110101011111011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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