#4465BF

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

Shades of Free Speech Blue #4465BF

Tints of Free Speech Blue #4465BF

Color information

#4465BF (or 0x4465BF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 65 and BF. RGB value is (68,101,191). Sum of RGB (Red+Green+Blue) = 68+101+191=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #4465BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465BF is #BB9A40. Grayscale: #656565. Windows color (decimal): -12294721 or 12543300. OLE color: 12543300.

HSL color Cylindrical-coordinate representation of color #4465BF: hue angle of 223.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4465BF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68101191-
CMYK0.640.4700.25
HSL223.9º49%50.78%-
HSV(B)223.9º64.4%74.9%-
XYZ16.4414.351.18-
YUV101.39178.57104.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 191 (75% from 255) = 53.06%
R=18.89%
G=28.06%
B=53.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681011910.640.4700.25223.94950.78
Hex4465BF402F019e03133
Octal104145277100570313406163
Binary1000100110010110111111100000010111101100111100000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4465BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4465BF; }

 p { color: rgb(68,101,191); }

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

<style>
 a { background-color: #4465BF; }

 a { background-color: rgb(68,101,191); }

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

<style>
 span { border-color: #4465BF; }

 span { border-color: rgb(68,101,191); }

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