Html Css Color HEX #444DB5 Free Speech Blue

📋 copy color: '#444DB5'

red 68 ◦ green 77 ◦ blue 181

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

Shades of Free Speech Blue #444DB5

Tints of Free Speech Blue #444DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 55.52%

R = 20.86%
G = 23.62%
B = 55.52%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#444DB5 (or 0x444DB5) is known color: Free Speech Blue. HEX triplet: 44, 4D and B5. RGB value is (68,77,181). Sum of RGB (Red+Green+Blue) = 68+77+181=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #444DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DB5 is #BBB24A. Grayscale: #555555. Windows color (decimal): -12300875 or 11881796. OLE color: 11881796.

HSL color Cylindrical-coordinate representation of color #444DB5: hue angle of 235.22º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #444DB5 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 77 181 -
CMYK 0.62 0.57 0 0.29
HSL 235.22º 0.45% 0.49% -
HSV(B) 235.22º 0.62% 0.71% -
XYZ 13.38 9.87 44.92 -
YUV 86.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 68 77 181 0.62 0.57 0 0.29 235.22 0.45 0.49
Hex 44 4D B5 3E 39 0 1D EB 2D 31
Octal 104 115 265 76 71 0 35 353 55 61
Binary 1000100 1001101 10110101 111110 111001 0 11101 11101011 101101 110001

Color Harmonies of #444DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DB5

Black with #444DB5

Text Example


Text Example

White with #444DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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