Html Css Color HEX #4449DF Free Speech Blue

📋 copy color: '#4449DF'

red 68 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Blue #4449DF

Tints of Free Speech Blue #4449DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.05%

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

R = 18.68%
G = 20.05%
B = 61.26%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4449DF (or 0x4449DF) is known color: Free Speech Blue. HEX triplet: 44, 49 and DF. RGB value is (68,73,223). Sum of RGB (Red+Green+Blue) = 68+73+223=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #4449DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449DF is #BBB620. Grayscale: #585858. Windows color (decimal): -12301857 or 14633284. OLE color: 14633284.

HSL color Cylindrical-coordinate representation of color #4449DF: hue angle of 238.06º 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 #4449DF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 73 223 -
CMYK 0.70 0.67 0 0.13
HSL 238.06º 0.71% 0.57% -
HSV(B) 238.06º 0.7% 0.87% -
XYZ 18.09 11.32 71.04 -
YUV 88.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 68 73 223 0.70 0.67 0 0.13 238.06 0.71 0.57
Hex 44 49 DF 46 43 0 D EE 47 39
Octal 104 111 337 106 103 0 15 356 107 71
Binary 1000100 1001001 11011111 1000110 1000011 0 1101 11101110 1000111 111001

Color Harmonies of #4449DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449DF

Black with #4449DF

Text Example


Text Example

White with #4449DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4449DF; }

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

 H1.HeaderClassName
 {
   color: #4449DF;
 }
 .AnyTagClassName
 {
   color: #4449DF;
 }
</style>

background-color css

<style>
 a { background-color: #4449DF; }

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

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

border-color css

<style>
 span { border-color: #4449DF; }

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

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