Html Css Color HEX #444BDF Free Speech Blue

📋 copy color: '#444BDF'

red 68 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Blue #444BDF

Tints of Free Speech Blue #444BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 18.58%
G = 20.49%
B = 60.93%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#444BDF (or 0x444BDF) is known color: Free Speech Blue. HEX triplet: 44, 4B and DF. RGB value is (68,75,223). Sum of RGB (Red+Green+Blue) = 68+75+223=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #444BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BDF is #BBB420. Grayscale: #595959. Windows color (decimal): -12301345 or 14633796. OLE color: 14633796.

HSL color Cylindrical-coordinate representation of color #444BDF: hue angle of 237.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444BDF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 75 223 -
CMYK 0.70 0.66 0 0.13
HSL 237.29º 0.71% 0.57% -
HSV(B) 237.29º 0.7% 0.87% -
XYZ 18.22 11.59 71.09 -
YUV 89.78 203.18 112.47 -
System Red Green Blue C M Y K H S L
Decimal 68 75 223 0.70 0.66 0 0.13 237.29 0.71 0.57
Hex 44 4B DF 46 42 0 D ED 47 39
Octal 104 113 337 106 102 0 15 355 107 71
Binary 1000100 1001011 11011111 1000110 1000010 0 1101 11101101 1000111 111001

Color Harmonies of #444BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BDF

Black with #444BDF

Text Example


Text Example

White with #444BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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