Html Css Color HEX #446BC5 Free Speech Blue

📋 copy color: '#446BC5'

red 68 ◦ green 107 ◦ blue 197

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

Shades of Free Speech Blue #446BC5

Tints of Free Speech Blue #446BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.96%

R = 18.28%
G = 28.76%
B = 52.96%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#446BC5 (or 0x446BC5) is known color: Free Speech Blue. HEX triplet: 44, 6B and C5. RGB value is (68,107,197). Sum of RGB (Red+Green+Blue) = 68+107+197=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #446BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BC5 is #BB943A. Grayscale: #696969. Windows color (decimal): -12293179 or 12938052. OLE color: 12938052.

HSL color Cylindrical-coordinate representation of color #446BC5: hue angle of 221.86º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446BC5 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 68 107 197 -
CMYK 0.65 0.46 0 0.23
HSL 221.86º 0.53% 0.52% -
HSV(B) 221.86º 0.65% 0.77% -
XYZ 17.72 15.78 54.93 -
YUV 105.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 68 107 197 0.65 0.46 0 0.23 221.86 0.53 0.52
Hex 44 6B C5 41 2E 0 17 DE 35 34
Octal 104 153 305 101 56 0 27 336 65 64
Binary 1000100 1101011 11000101 1000001 101110 0 10111 11011110 110101 110100

Color Harmonies of #446BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446BC5

Black with #446BC5

Text Example


Text Example

White with #446BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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