Html Css Color HEX #446BC8 Free Speech Blue

📋 copy color: '#446BC8'

red 68 ◦ green 107 ◦ blue 200

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

Shades of Free Speech Blue #446BC8

Tints of Free Speech Blue #446BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.33%

R = 18.13%
G = 28.53%
B = 53.33%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#446BC8 (or 0x446BC8) is known color: Free Speech Blue. HEX triplet: 44, 6B and C8. RGB value is (68,107,200). Sum of RGB (Red+Green+Blue) = 68+107+200=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #446BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BC8 is #BB9437. Grayscale: #696969. Windows color (decimal): -12293176 or 13134660. OLE color: 13134660.

HSL color Cylindrical-coordinate representation of color #446BC8: hue angle of 222.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #446BC8 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 107 200 -
CMYK 0.66 0.46 0 0.22
HSL 222.27º 0.55% 0.53% -
HSV(B) 222.27º 0.66% 0.78% -
XYZ 18.07 15.91 56.76 -
YUV 105.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 68 107 200 0.66 0.46 0 0.22 222.27 0.55 0.53
Hex 44 6B C8 42 2E 0 16 DE 37 35
Octal 104 153 310 102 56 0 26 336 67 65
Binary 1000100 1101011 11001000 1000010 101110 0 10110 11011110 110111 110101

Color Harmonies of #446BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446BC8

Black with #446BC8

Text Example


Text Example

White with #446BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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