Html Css Color HEX #446BBD Free Speech Blue

📋 copy color: '#446BBD'

red 68 ◦ green 107 ◦ blue 189

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

Shades of Free Speech Blue #446BBD

Tints of Free Speech Blue #446BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 18.68%
G = 29.4%
B = 51.92%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#446BBD (or 0x446BBD) is known color: Free Speech Blue. HEX triplet: 44, 6B and BD. RGB value is (68,107,189). Sum of RGB (Red+Green+Blue) = 68+107+189=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #446BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BBD is #BB9442. Grayscale: #686868. Windows color (decimal): -12293187 or 12413764. OLE color: 12413764.

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

Color convert

RGB 68 107 189 -
CMYK 0.64 0.43 0 0.26
HSL 220.66º 0.48% 0.5% -
HSV(B) 220.66º 0.64% 0.74% -
XYZ 16.83 15.42 50.23 -
YUV 104.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 68 107 189 0.64 0.43 0 0.26 220.66 0.48 0.5
Hex 44 6B BD 40 2B 0 1A DD 30 32
Octal 104 153 275 100 53 0 32 335 60 62
Binary 1000100 1101011 10111101 1000000 101011 0 11010 11011101 110000 110010

Color Harmonies of #446BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446BBD

Black with #446BBD

Text Example


Text Example

White with #446BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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