#4465ba

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

Shades of Free Speech Blue #4465BA

Tints of Free Speech Blue #4465BA

Color information

#4465BA (or 0x4465BA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 65 and BA. RGB value is (68,101,186). Sum of RGB (Red+Green+Blue) = 68+101+186=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4465BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465BA is #BB9A45. Grayscale: #646464. Windows color (decimal): -12294726 or 12215620. OLE color: 12215620.

HSL color Cylindrical-coordinate representation of color #4465BA: hue angle of 223.22º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4465BA is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68101186-
CMYK0.630.4600.27
HSL223.22º46.46%49.8%-
HSV(B)223.22º63.44%72.94%-
XYZ15.914.0848.33-
YUV100.82176.07104.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=19.15%
G=28.45%
B=52.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681011860.630.4600.27223.2246.4649.8
Hex4465BA3F2E01Bdf2e32
Octal10414527277560333375662
Binary100010011001011011101011111110111001101111011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4465ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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