Html Css Color HEX #444DBF Free Speech Blue

📋 copy color: '#444DBF'

red 68 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #444DBF

Tints of Free Speech Blue #444DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 20.24%
G = 22.92%
B = 56.85%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#444DBF (or 0x444DBF) is known color: Free Speech Blue. HEX triplet: 44, 4D and BF. RGB value is (68,77,191). Sum of RGB (Red+Green+Blue) = 68+77+191=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #444DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DBF is #BBB240. Grayscale: #565656. Windows color (decimal): -12300865 or 12537156. OLE color: 12537156.

HSL color Cylindrical-coordinate representation of color #444DBF: hue angle of 235.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #444DBF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 77 191 -
CMYK 0.64 0.60 0 0.25
HSL 235.61º 0.49% 0.51% -
HSV(B) 235.61º 0.64% 0.75% -
XYZ 14.44 10.3 50.52 -
YUV 87.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 68 77 191 0.64 0.60 0 0.25 235.61 0.49 0.51
Hex 44 4D BF 40 3C 0 19 EC 31 33
Octal 104 115 277 100 74 0 31 354 61 63
Binary 1000100 1001101 10111111 1000000 111100 0 11001 11101100 110001 110011

Color Harmonies of #444DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DBF

Black with #444DBF

Text Example


Text Example

White with #444DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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