Html Css Color HEX #444ABD Free Speech Blue

📋 copy color: '#444ABD'

red 68 ◦ green 74 ◦ blue 189

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

Shades of Free Speech Blue #444ABD

Tints of Free Speech Blue #444ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

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

R = 20.54%
G = 22.36%
B = 57.1%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#444ABD (or 0x444ABD) is known color: Free Speech Blue. HEX triplet: 44, 4A and BD. RGB value is (68,74,189). Sum of RGB (Red+Green+Blue) = 68+74+189=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #444ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ABD is #BBB542. Grayscale: #545454. Windows color (decimal): -12301635 or 12405316. OLE color: 12405316.

HSL color Cylindrical-coordinate representation of color #444ABD: hue angle of 237.02º 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 #444ABD is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 74 189 -
CMYK 0.64 0.61 0 0.26
HSL 237.02º 0.48% 0.5% -
HSV(B) 237.02º 0.64% 0.74% -
XYZ 14.02 9.8 49.3 -
YUV 85.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 68 74 189 0.64 0.61 0 0.26 237.02 0.48 0.5
Hex 44 4A BD 40 3D 0 1A ED 30 32
Octal 104 112 275 100 75 0 32 355 60 62
Binary 1000100 1001010 10111101 1000000 111101 0 11010 11101101 110000 110010

Color Harmonies of #444ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ABD

Black with #444ABD

Text Example


Text Example

White with #444ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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