Html Css Color HEX #444AD6 Free Speech Blue

📋 copy color: '#444AD6'

red 68 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Blue #444AD6

Tints of Free Speech Blue #444AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

 BLUE value IS 214 (83.98% from 255) = 60.11%

R = 19.1%
G = 20.79%
B = 60.11%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#444AD6 (or 0x444AD6) is known color: Free Speech Blue. HEX triplet: 44, 4A and D6. RGB value is (68,74,214). Sum of RGB (Red+Green+Blue) = 68+74+214=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #444AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444AD6 is #BBB529. Grayscale: #575757. Windows color (decimal): -12301610 or 14043716. OLE color: 14043716.

HSL color Cylindrical-coordinate representation of color #444AD6: hue angle of 237.53º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444AD6 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 74 214 -
CMYK 0.68 0.65 0 0.16
HSL 237.53º 0.64% 0.55% -
HSV(B) 237.53º 0.68% 0.84% -
XYZ 16.97 10.98 64.84 -
YUV 88.17 199.01 113.62 -
System Red Green Blue C M Y K H S L
Decimal 68 74 214 0.68 0.65 0 0.16 237.53 0.64 0.55
Hex 44 4A D6 44 41 0 10 EE 40 37
Octal 104 112 326 104 101 0 20 356 100 67
Binary 1000100 1001010 11010110 1000100 1000001 0 10000 11101110 1000000 110111

Color Harmonies of #444AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444AD6

Black with #444AD6

Text Example


Text Example

White with #444AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444AD6; }

 p { color: rgb(68,74,214); }

 H1.HeaderClassName
 {
   color: #444AD6;
 }
 .AnyTagClassName
 {
   color: #444AD6;
 }
</style>

background-color css

<style>
 a { background-color: #444AD6; }

 a { background-color: rgb(68,74,214); }

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

border-color css

<style>
 span { border-color: #444AD6; }

 span { border-color: rgb(68,74,214); }

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