Html Css Color HEX #446ABF Free Speech Blue

📋 copy color: '#446ABF'

red 68 ◦ green 106 ◦ blue 191

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

Shades of Free Speech Blue #446ABF

Tints of Free Speech Blue #446ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 18.63%
G = 29.04%
B = 52.33%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#446ABF (or 0x446ABF) is known color: Free Speech Blue. HEX triplet: 44, 6A and BF. RGB value is (68,106,191). Sum of RGB (Red+Green+Blue) = 68+106+191=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #446ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ABF is #BB9540. Grayscale: #676767. Windows color (decimal): -12293441 or 12544580. OLE color: 12544580.

HSL color Cylindrical-coordinate representation of color #446ABF: hue angle of 221.46º degrees, saturation: 0.49, 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 #446ABF is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 106 191 -
CMYK 0.64 0.45 0 0.25
HSL 221.46º 0.49% 0.51% -
HSV(B) 221.46º 0.64% 0.75% -
XYZ 16.94 15.3 51.35 -
YUV 104.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 68 106 191 0.64 0.45 0 0.25 221.46 0.49 0.51
Hex 44 6A BF 40 2D 0 19 DD 31 33
Octal 104 152 277 100 55 0 31 335 61 63
Binary 1000100 1101010 10111111 1000000 101101 0 11001 11011101 110001 110011

Color Harmonies of #446ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ABF

Black with #446ABF

Text Example


Text Example

White with #446ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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