Html Css Color HEX #444EB8 Free Speech Blue

📋 copy color: '#444EB8'

red 68 ◦ green 78 ◦ blue 184

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

Shades of Free Speech Blue #444EB8

Tints of Free Speech Blue #444EB8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 184 (72.27% from 255) = 55.76%

R = 20.61%
G = 23.64%
B = 55.76%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#444EB8 (or 0x444EB8) is known color: Free Speech Blue. HEX triplet: 44, 4E and B8. RGB value is (68,78,184). Sum of RGB (Red+Green+Blue) = 68+78+184=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #444EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EB8 is #BBB147. Grayscale: #565656. Windows color (decimal): -12300616 or 12078660. OLE color: 12078660.

HSL color Cylindrical-coordinate representation of color #444EB8: hue angle of 234.83º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444EB8 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 78 184 -
CMYK 0.63 0.58 0 0.28
HSL 234.83º 0.46% 0.49% -
HSV(B) 234.83º 0.63% 0.72% -
XYZ 13.76 10.14 46.58 -
YUV 87.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 68 78 184 0.63 0.58 0 0.28 234.83 0.46 0.49
Hex 44 4E B8 3F 3A 0 1C EB 2E 31
Octal 104 116 270 77 72 0 34 353 56 61
Binary 1000100 1001110 10111000 111111 111010 0 11100 11101011 101110 110001

Color Harmonies of #444EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444EB8

Black with #444EB8

Text Example


Text Example

White with #444EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,78,184); }

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

background-color css

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

 a { background-color: rgb(68,78,184); }

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

border-color css

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

 span { border-color: rgb(68,78,184); }

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