#4462D1

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

Shades of Free Speech Blue #4462D1

Tints of Free Speech Blue #4462D1

Color information

#4462D1 (or 0x4462D1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 62 and D1. RGB value is (68,98,209). Sum of RGB (Red+Green+Blue) = 68+98+209=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #4462D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462D1 is #BB9D2E. Grayscale: #656565. Windows color (decimal): -12295471 or 13722180. OLE color: 13722180.

HSL color Cylindrical-coordinate representation of color #4462D1: hue angle of 227.23º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4462D1 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6898209-
CMYK0.670.5300.18
HSL227.23º60.52%54.31%-
HSV(B)227.23º67.46%81.96%-
XYZ18.2614.5762.17-
YUV101.68188.56103.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 209 (82.03% from 255) = 55.73%
R=18.13%
G=26.13%
B=55.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68982090.670.5300.18227.2360.5254.31
Hex4462D14335012e33d36
Octal104142321103650223437566
Binary1000100110001011010001100001111010101001011100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4462D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4462D1; }

 p { color: rgb(68,98,209); }

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

<style>
 a { background-color: #4462D1; }

 a { background-color: rgb(68,98,209); }

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

<style>
 span { border-color: #4462D1; }

 span { border-color: rgb(68,98,209); }

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