Html Css Color HEX #446DBF Free Speech Blue

📋 copy color: '#446DBF'

red 68 ◦ green 109 ◦ blue 191

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

Shades of Free Speech Blue #446DBF

Tints of Free Speech Blue #446DBF

RGB

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

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

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

R = 18.48%
G = 29.62%
B = 51.9%

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

#446DBF (or 0x446DBF) is known color: Free Speech Blue. HEX triplet: 44, 6D and BF. RGB value is (68,109,191). Sum of RGB (Red+Green+Blue) = 68+109+191=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #446DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DBF is #BB9240. Grayscale: #696969. Windows color (decimal): -12292673 or 12545348. OLE color: 12545348.

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

Color convert

RGB 68 109 191 -
CMYK 0.64 0.43 0 0.25
HSL 220º 0.49% 0.51% -
HSV(B) 220º 0.64% 0.75% -
XYZ 17.26 15.93 51.46 -
YUV 106.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 68 109 191 0.64 0.43 0 0.25 220 0.49 0.51
Hex 44 6D BF 40 2B 0 19 DC 31 33
Octal 104 155 277 100 53 0 31 334 61 63
Binary 1000100 1101101 10111111 1000000 101011 0 11001 11011100 110001 110011

Color Harmonies of #446DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DBF

Black with #446DBF

Text Example


Text Example

White with #446DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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