Html Css Color HEX #446EC4 Free Speech Blue

📋 copy color: '#446EC4'

red 68 ◦ green 110 ◦ blue 196

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

Shades of Free Speech Blue #446EC4

Tints of Free Speech Blue #446EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.41%

R = 18.18%
G = 29.41%
B = 52.41%

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

#446EC4 (or 0x446EC4) is known color: Free Speech Blue. HEX triplet: 44, 6E and C4. RGB value is (68,110,196). Sum of RGB (Red+Green+Blue) = 68+110+196=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #446EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EC4 is #BB913B. Grayscale: #6A6A6A. Windows color (decimal): -12292412 or 12873284. OLE color: 12873284.

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

Color convert

RGB 68 110 196 -
CMYK 0.65 0.44 0 0.23
HSL 220.31º 0.52% 0.52% -
HSV(B) 220.31º 0.65% 0.77% -
XYZ 17.92 16.37 54.44 -
YUV 107.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 68 110 196 0.65 0.44 0 0.23 220.31 0.52 0.52
Hex 44 6E C4 41 2C 0 17 DC 34 34
Octal 104 156 304 101 54 0 27 334 64 64
Binary 1000100 1101110 11000100 1000001 101100 0 10111 11011100 110100 110100

Color Harmonies of #446EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EC4

Black with #446EC4

Text Example


Text Example

White with #446EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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