Html Css Color HEX #444DBD Free Speech Blue

📋 copy color: '#444DBD'

red 68 ◦ green 77 ◦ blue 189

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

Shades of Free Speech Blue #444DBD

Tints of Free Speech Blue #444DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.59%

R = 20.36%
G = 23.05%
B = 56.59%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#444DBD (or 0x444DBD) is known color: Free Speech Blue. HEX triplet: 44, 4D and BD. RGB value is (68,77,189). Sum of RGB (Red+Green+Blue) = 68+77+189=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #444DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DBD is #BBB242. Grayscale: #565656. Windows color (decimal): -12300867 or 12406084. OLE color: 12406084.

HSL color Cylindrical-coordinate representation of color #444DBD: hue angle of 235.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #444DBD is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 77 189 -
CMYK 0.64 0.59 0 0.26
HSL 235.54º 0.48% 0.5% -
HSV(B) 235.54º 0.64% 0.74% -
XYZ 14.22 10.21 49.37 -
YUV 87.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 68 77 189 0.64 0.59 0 0.26 235.54 0.48 0.5
Hex 44 4D BD 40 3B 0 1A EC 30 32
Octal 104 115 275 100 73 0 32 354 60 62
Binary 1000100 1001101 10111101 1000000 111011 0 11010 11101100 110000 110010

Color Harmonies of #444DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DBD

Black with #444DBD

Text Example


Text Example

White with #444DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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