Html Css Color HEX #444CDB Free Speech Blue

📋 copy color: '#444CDB'

red 68 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #444CDB

Tints of Free Speech Blue #444CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 18.73%
G = 20.94%
B = 60.33%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#444CDB (or 0x444CDB) is known color: Free Speech Blue. HEX triplet: 44, 4C and DB. RGB value is (68,76,219). Sum of RGB (Red+Green+Blue) = 68+76+219=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #444CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CDB is #BBB324. Grayscale: #595959. Windows color (decimal): -12301093 or 14371908. OLE color: 14371908.

HSL color Cylindrical-coordinate representation of color #444CDB: hue angle of 236.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444CDB is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 76 219 -
CMYK 0.69 0.65 0 0.14
HSL 236.82º 0.68% 0.56% -
HSV(B) 236.82º 0.69% 0.86% -
XYZ 17.75 11.51 68.3 -
YUV 89.91 200.85 112.37 -
System Red Green Blue C M Y K H S L
Decimal 68 76 219 0.69 0.65 0 0.14 236.82 0.68 0.56
Hex 44 4C DB 45 41 0 E ED 44 38
Octal 104 114 333 105 101 0 16 355 104 70
Binary 1000100 1001100 11011011 1000101 1000001 0 1110 11101101 1000100 111000

Color Harmonies of #444CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CDB

Black with #444CDB

Text Example


Text Example

White with #444CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,76,219); }

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

background-color css

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

 a { background-color: rgb(68,76,219); }

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

border-color css

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

 span { border-color: rgb(68,76,219); }

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