Html Css Color HEX #446DBE Free Speech Blue

📋 copy color: '#446DBE'

red 68 ◦ green 109 ◦ blue 190

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

Shades of Free Speech Blue #446DBE

Tints of Free Speech Blue #446DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

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

R = 18.53%
G = 29.7%
B = 51.77%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#446DBE (or 0x446DBE) is known color: Free Speech Blue. HEX triplet: 44, 6D and BE. RGB value is (68,109,190). Sum of RGB (Red+Green+Blue) = 68+109+190=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #446DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DBE is #BB9241. Grayscale: #696969. Windows color (decimal): -12292674 or 12479812. OLE color: 12479812.

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

Color convert

RGB 68 109 190 -
CMYK 0.64 0.43 0 0.25
HSL 219.84º 0.48% 0.51% -
HSV(B) 219.84º 0.64% 0.75% -
XYZ 17.15 15.88 50.88 -
YUV 105.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 68 109 190 0.64 0.43 0 0.25 219.84 0.48 0.51
Hex 44 6D BE 40 2B 0 19 DC 30 33
Octal 104 155 276 100 53 0 31 334 60 63
Binary 1000100 1101101 10111110 1000000 101011 0 11001 11011100 110000 110011

Color Harmonies of #446DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DBE

Black with #446DBE

Text Example


Text Example

White with #446DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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