Html Css Color HEX #446EC5 Free Speech Blue

📋 copy color: '#446EC5'

red 68 ◦ green 110 ◦ blue 197

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

Shades of Free Speech Blue #446EC5

Tints of Free Speech Blue #446EC5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.33%

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

R = 18.13%
G = 29.33%
B = 52.53%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#446EC5 (or 0x446EC5) is known color: Free Speech Blue. HEX triplet: 44, 6E and C5. RGB value is (68,110,197). Sum of RGB (Red+Green+Blue) = 68+110+197=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #446EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EC5 is #BB913A. Grayscale: #6A6A6A. Windows color (decimal): -12292411 or 12938820. OLE color: 12938820.

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

Color convert

RGB 68 110 197 -
CMYK 0.65 0.44 0 0.23
HSL 220.47º 0.53% 0.52% -
HSV(B) 220.47º 0.65% 0.77% -
XYZ 18.04 16.41 55.04 -
YUV 107.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 68 110 197 0.65 0.44 0 0.23 220.47 0.53 0.52
Hex 44 6E C5 41 2C 0 17 DC 35 34
Octal 104 156 305 101 54 0 27 334 65 64
Binary 1000100 1101110 11000101 1000001 101100 0 10111 11011100 110101 110100

Color Harmonies of #446EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EC5

Black with #446EC5

Text Example


Text Example

White with #446EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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