Html Css Color HEX #446DC5 Free Speech Blue

📋 copy color: '#446DC5'

red 68 ◦ green 109 ◦ blue 197

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

Shades of Free Speech Blue #446DC5

Tints of Free Speech Blue #446DC5

RGB

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

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

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

R = 18.18%
G = 29.14%
B = 52.67%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#446DC5 (or 0x446DC5) is known color: Free Speech Blue. HEX triplet: 44, 6D and C5. RGB value is (68,109,197). Sum of RGB (Red+Green+Blue) = 68+109+197=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #446DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DC5 is #BB923A. Grayscale: #6A6A6A. Windows color (decimal): -12292667 or 12938564. OLE color: 12938564.

HSL color Cylindrical-coordinate representation of color #446DC5: hue angle of 220.93º 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 #446DC5 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 68 109 197 -
CMYK 0.65 0.45 0 0.23
HSL 220.93º 0.53% 0.52% -
HSV(B) 220.93º 0.65% 0.77% -
XYZ 17.93 16.2 55 -
YUV 106.77 178.92 100.34 -
System Red Green Blue C M Y K H S L
Decimal 68 109 197 0.65 0.45 0 0.23 220.93 0.53 0.52
Hex 44 6D C5 41 2D 0 17 DD 35 34
Octal 104 155 305 101 55 0 27 335 65 64
Binary 1000100 1101101 11000101 1000001 101101 0 10111 11011101 110101 110100

Color Harmonies of #446DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DC5

Black with #446DC5

Text Example


Text Example

White with #446DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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