#4463CA

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

Shades of Free Speech Blue #4463CA

Tints of Free Speech Blue #4463CA

Color information

#4463CA (or 0x4463CA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 63 and CA. RGB value is (68,99,202). Sum of RGB (Red+Green+Blue) = 68+99+202=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #4463CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4463CA is #BB9C35. Grayscale: #656565. Windows color (decimal): -12295222 or 13263684. OLE color: 13263684.

HSL color Cylindrical-coordinate representation of color #4463CA: hue angle of 226.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4463CA is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6899202-
CMYK0.660.5100.21
HSL226.12º55.83%52.94%-
HSV(B)226.12º66.34%79.22%-
XYZ17.5114.4257.74-
YUV101.47184.73104.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=18.43%
G=26.83%
B=54.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68992020.660.5100.21226.1255.8352.94
Hex4463CA4233015e23835
Octal104143312102630253427065
Binary1000100110001111001010100001011001101010111100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4463CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4463CA; }

 p { color: rgb(68,99,202); }

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

<style>
 a { background-color: #4463CA; }

 a { background-color: rgb(68,99,202); }

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

<style>
 span { border-color: #4463CA; }

 span { border-color: rgb(68,99,202); }

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