Html Css Color HEX #444ABF Free Speech Blue

📋 copy color: '#444ABF'

red 68 ◦ green 74 ◦ blue 191

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

Shades of Free Speech Blue #444ABF

Tints of Free Speech Blue #444ABF

RGB

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

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

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

R = 20.42%
G = 22.22%
B = 57.36%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#444ABF (or 0x444ABF) is known color: Free Speech Blue. HEX triplet: 44, 4A and BF. RGB value is (68,74,191). Sum of RGB (Red+Green+Blue) = 68+74+191=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #444ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ABF is #BBB540. Grayscale: #555555. Windows color (decimal): -12301633 or 12536388. OLE color: 12536388.

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

Color convert

RGB 68 74 191 -
CMYK 0.64 0.61 0 0.25
HSL 237.07º 0.49% 0.51% -
HSV(B) 237.07º 0.64% 0.75% -
XYZ 14.24 9.89 50.45 -
YUV 85.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 68 74 191 0.64 0.61 0 0.25 237.07 0.49 0.51
Hex 44 4A BF 40 3D 0 19 ED 31 33
Octal 104 112 277 100 75 0 31 355 61 63
Binary 1000100 1001010 10111111 1000000 111101 0 11001 11101101 110001 110011

Color Harmonies of #444ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ABF

Black with #444ABF

Text Example


Text Example

White with #444ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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