#4168BE

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

Shades of Free Speech Blue #4168BE

Tints of Free Speech Blue #4168BE

Color information

#4168BE (or 0x4168BE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 68 and BE. RGB value is (65,104,190). Sum of RGB (Red+Green+Blue) = 65+104+190=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #4168BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168BE is #BE9741. Grayscale: #656565. Windows color (decimal): -12490562 or 12478529. OLE color: 12478529.

HSL color Cylindrical-coordinate representation of color #4168BE: hue angle of 221.28º degrees, saturation: 0.49, 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 #4168BE is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65104190-
CMYK0.660.4500.25
HSL221.28º49.02%50%-
HSV(B)221.28º65.79%74.51%-
XYZ16.4214.7450.7-
YUV102.14177.58101.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.11%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=18.11%
G=28.97%
B=52.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651041900.660.4500.25221.2849.0250
Hex4168BE422D019dd3132
Octal101150276102550313356162
Binary1000001110100010111110100001010110101100111011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4168BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4168BE; }

 p { color: rgb(65,104,190); }

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

<style>
 a { background-color: #4168BE; }

 a { background-color: rgb(65,104,190); }

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

<style>
 span { border-color: #4168BE; }

 span { border-color: rgb(65,104,190); }

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