Html Css Color HEX #444DBB Free Speech Blue

📋 copy color: '#444DBB'

red 68 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Blue #444DBB

Tints of Free Speech Blue #444DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 20.48%
G = 23.19%
B = 56.33%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#444DBB (or 0x444DBB) is known color: Free Speech Blue. HEX triplet: 44, 4D and BB. RGB value is (68,77,187). Sum of RGB (Red+Green+Blue) = 68+77+187=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #444DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DBB is #BBB244. Grayscale: #565656. Windows color (decimal): -12300869 or 12275012. OLE color: 12275012.

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

Color convert

RGB 68 77 187 -
CMYK 0.64 0.59 0 0.27
HSL 235.46º 0.47% 0.5% -
HSV(B) 235.46º 0.64% 0.73% -
XYZ 14.01 10.12 48.23 -
YUV 86.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 68 77 187 0.64 0.59 0 0.27 235.46 0.47 0.5
Hex 44 4D BB 40 3B 0 1B EB 2F 32
Octal 104 115 273 100 73 0 33 353 57 62
Binary 1000100 1001101 10111011 1000000 111011 0 11011 11101011 101111 110010

Color Harmonies of #444DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DBB

Black with #444DBB

Text Example


Text Example

White with #444DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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