#4462C1

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

Shades of Free Speech Blue #4462C1

Tints of Free Speech Blue #4462C1

Color information

#4462C1 (or 0x4462C1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 62 and C1. RGB value is (68,98,193). Sum of RGB (Red+Green+Blue) = 68+98+193=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #4462C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462C1 is #BB9D3E. Grayscale: #636363. Windows color (decimal): -12295487 or 12673604. OLE color: 12673604.

HSL color Cylindrical-coordinate representation of color #4462C1: hue angle of 225.6º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4462C1 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6898193-
CMYK0.650.4900.24
HSL225.6º50.2%51.18%-
HSV(B)225.6º64.77%75.69%-
XYZ16.3813.8152.26-
YUV99.86180.56105.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 193 (75.78% from 255) = 53.76%
R=18.94%
G=27.30%
B=53.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68981930.650.4900.24225.650.251.18
Hex4462C14131018e23233
Octal104142301101610303426263
Binary1000100110001011000001100000111000101100011100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4462C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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