Html Css Color HEX #444BD9 Free Speech Blue

📋 copy color: '#444BD9'

red 68 ◦ green 75 ◦ blue 217

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

Shades of Free Speech Blue #444BD9

Tints of Free Speech Blue #444BD9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

 BLUE value IS 217 (85.16% from 255) = 60.28%

R = 18.89%
G = 20.83%
B = 60.28%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#444BD9 (or 0x444BD9) is known color: Free Speech Blue. HEX triplet: 44, 4B and D9. RGB value is (68,75,217). Sum of RGB (Red+Green+Blue) = 68+75+217=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #444BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BD9 is #BBB426. Grayscale: #585858. Windows color (decimal): -12301351 or 14240580. OLE color: 14240580.

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

Color convert

RGB 68 75 217 -
CMYK 0.69 0.65 0 0.15
HSL 237.18º 0.66% 0.56% -
HSV(B) 237.18º 0.69% 0.85% -
XYZ 17.42 11.27 66.9 -
YUV 89.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 68 75 217 0.69 0.65 0 0.15 237.18 0.66 0.56
Hex 44 4B D9 45 41 0 F ED 42 38
Octal 104 113 331 105 101 0 17 355 102 70
Binary 1000100 1001011 11011001 1000101 1000001 0 1111 11101101 1000010 111000

Color Harmonies of #444BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BD9

Black with #444BD9

Text Example


Text Example

White with #444BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,217); }

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

background-color css

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

 a { background-color: rgb(68,75,217); }

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

border-color css

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

 span { border-color: rgb(68,75,217); }

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