#4446ca

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

Shades of Free Speech Blue #4446CA

Tints of Free Speech Blue #4446CA

Color information

#4446CA (or 0x4446CA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 46 and CA. RGB value is (68,70,202). Sum of RGB (Red+Green+Blue) = 68+70+202=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #4446CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446CA is #BBB935. Grayscale: #535353. Windows color (decimal): -12302646 or 13256260. OLE color: 13256260.

HSL color Cylindrical-coordinate representation of color #4446CA: hue angle of 239.1º 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 #4446CA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6870202-
CMYK0.660.6500.21
HSL239.1º55.83%52.94%-
HSV(B)239.1º66.34%79.22%-
XYZ15.239.8756.98-
YUV84.45194.34116.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 202 (79.30% from 255) = 59.41%
R=20%
G=20.59%
B=59.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68702020.660.6500.21239.155.8352.94
Hex4446CA4241015ef3835
Octal1041063121021010253577065
Binary10001001000110110010101000010100000101010111101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4446ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4446ca; }

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

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

<style>
 a { background-color: #4446ca; }

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

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

<style>
 span { border-color: #4446ca; }

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

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