#4165BD

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

Shades of Free Speech Blue #4165BD

Tints of Free Speech Blue #4165BD

Color information

#4165BD (or 0x4165BD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 65 and BD. RGB value is (65,101,189). Sum of RGB (Red+Green+Blue) = 65+101+189=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #4165BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4165BD is #BE9A42. Grayscale: #636363. Windows color (decimal): -12491331 or 12412225. OLE color: 12412225.

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

Color convert

RGB65101189-
CMYK0.660.4700.26
HSL222.58º48.82%49.8%-
HSV(B)222.58º65.61%74.12%-
XYZ16.0214.1150.02-
YUV100.27178.07102.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=18.31%
G=28.45%
B=53.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651011890.660.4700.26222.5848.8249.8
Hex4165BD422F01Adf3132
Octal101145275102570323376162
Binary1000001110010110111101100001010111101101011011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4165BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4165BD; }

 p { color: rgb(65,101,189); }

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

<style>
 a { background-color: #4165BD; }

 a { background-color: rgb(65,101,189); }

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

<style>
 span { border-color: #4165BD; }

 span { border-color: rgb(65,101,189); }

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