Html Css Color HEX #444DC7 Free Speech Blue

📋 copy color: '#444DC7'

red 68 ◦ green 77 ◦ blue 199

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

Shades of Free Speech Blue #444DC7

Tints of Free Speech Blue #444DC7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.38%

 BLUE value IS 199 (78.13% from 255) = 57.85%

R = 19.77%
G = 22.38%
B = 57.85%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#444DC7 (or 0x444DC7) is known color: Free Speech Blue. HEX triplet: 44, 4D and C7. RGB value is (68,77,199). Sum of RGB (Red+Green+Blue) = 68+77+199=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #444DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DC7 is #BBB238. Grayscale: #575757. Windows color (decimal): -12300857 or 13061444. OLE color: 13061444.

HSL color Cylindrical-coordinate representation of color #444DC7: hue angle of 235.88º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #444DC7 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 77 199 -
CMYK 0.66 0.61 0 0.22
HSL 235.88º 0.54% 0.52% -
HSV(B) 235.88º 0.66% 0.78% -
XYZ 15.35 10.66 55.28 -
YUV 88.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 68 77 199 0.66 0.61 0 0.22 235.88 0.54 0.52
Hex 44 4D C7 42 3D 0 16 EC 36 34
Octal 104 115 307 102 75 0 26 354 66 64
Binary 1000100 1001101 11000111 1000010 111101 0 10110 11101100 110110 110100

Color Harmonies of #444DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DC7

Black with #444DC7

Text Example


Text Example

White with #444DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,199); }

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

background-color css

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

 a { background-color: rgb(68,77,199); }

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

border-color css

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

 span { border-color: rgb(68,77,199); }

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