Html Css Color HEX #446ABE Free Speech Blue

📋 copy color: '#446ABE'

red 68 ◦ green 106 ◦ blue 190

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

Shades of Free Speech Blue #446ABE

Tints of Free Speech Blue #446ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 18.68%
G = 29.12%
B = 52.2%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#446ABE (or 0x446ABE) is known color: Free Speech Blue. HEX triplet: 44, 6A and BE. RGB value is (68,106,190). Sum of RGB (Red+Green+Blue) = 68+106+190=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #446ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ABE is #BB9541. Grayscale: #676767. Windows color (decimal): -12293442 or 12479044. OLE color: 12479044.

HSL color Cylindrical-coordinate representation of color #446ABE: hue angle of 221.31º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446ABE is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 106 190 -
CMYK 0.64 0.44 0 0.25
HSL 221.31º 0.48% 0.51% -
HSV(B) 221.31º 0.64% 0.75% -
XYZ 16.83 15.25 50.77 -
YUV 104.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 68 106 190 0.64 0.44 0 0.25 221.31 0.48 0.51
Hex 44 6A BE 40 2C 0 19 DD 30 33
Octal 104 152 276 100 54 0 31 335 60 63
Binary 1000100 1101010 10111110 1000000 101100 0 11001 11011101 110000 110011

Color Harmonies of #446ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ABE

Black with #446ABE

Text Example


Text Example

White with #446ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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