#446ABC

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

Shades of Free Speech Blue #446ABC

Tints of Free Speech Blue #446ABC

Color information

#446ABC (or 0x446ABC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 6A and BC. RGB value is (68,106,188). Sum of RGB (Red+Green+Blue) = 68+106+188=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #446ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ABC is #BB9543. Grayscale: #676767. Windows color (decimal): -12293444 or 12347972. OLE color: 12347972.

HSL color Cylindrical-coordinate representation of color #446ABC: hue angle of 221º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446ABC is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB68106188-
CMYK0.640.4400.26
HSL221º47.24%50.2%-
HSV(B)221º63.83%73.73%-
XYZ16.6215.1749.63-
YUV103.99175.41102.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=18.78%
G=29.28%
B=51.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681061880.640.4400.2622147.2450.2
Hex446ABC402C01Add2f32
Octal104152274100540323355762
Binary1000100110101010111100100000010110001101011011101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446ABC; }

 p { color: rgb(68,106,188); }

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

<style>
 a { background-color: #446ABC; }

 a { background-color: rgb(68,106,188); }

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

<style>
 span { border-color: #446ABC; }

 span { border-color: rgb(68,106,188); }

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