Html Css Color HEX #446ABD Free Speech Blue

📋 copy color: '#446ABD'

red 68 ◦ green 106 ◦ blue 189

#446ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #446ABD

Tints of Free Speech Blue #446ABD

RGB

 RED value IS 68 (26.95% from 255) = 18.73%

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 18.73%
G = 29.2%
B = 52.07%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#446ABD (or 0x446ABD) is known color: Free Speech Blue. HEX triplet: 44, 6A and BD. RGB value is (68,106,189). Sum of RGB (Red+Green+Blue) = 68+106+189=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #446ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ABD is #BB9542. Grayscale: #676767. Windows color (decimal): -12293443 or 12413508. OLE color: 12413508.

HSL color Cylindrical-coordinate representation of color #446ABD: hue angle of 221.16º degrees, saturation: 0.48, 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 #446ABD is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 106 189 -
CMYK 0.64 0.44 0 0.26
HSL 221.16º 0.48% 0.5% -
HSV(B) 221.16º 0.64% 0.74% -
XYZ 16.72 15.21 50.2 -
YUV 104.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 68 106 189 0.64 0.44 0 0.26 221.16 0.48 0.5
Hex 44 6A BD 40 2C 0 1A DD 30 32
Octal 104 152 275 100 54 0 32 335 60 62
Binary 1000100 1101010 10111101 1000000 101100 0 11010 11011101 110000 110010

Color Harmonies of #446ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ABD

Black with #446ABD

Text Example


Text Example

White with #446ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #446ABD;
 }
 .AnyTagClassName
 {
   color: #446ABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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