Html Css Color HEX #4449DC Free Speech Blue

📋 copy color: '#4449DC'

red 68 ◦ green 73 ◦ blue 220

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

Shades of Free Speech Blue #4449DC

Tints of Free Speech Blue #4449DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 18.84%
G = 20.22%
B = 60.94%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4449DC (or 0x4449DC) is known color: Free Speech Blue. HEX triplet: 44, 49 and DC. RGB value is (68,73,220). Sum of RGB (Red+Green+Blue) = 68+73+220=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #4449DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449DC is #BBB623. Grayscale: #575757. Windows color (decimal): -12301860 or 14436676. OLE color: 14436676.

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

Color convert

RGB 68 73 220 -
CMYK 0.69 0.67 0 0.14
HSL 238.03º 0.68% 0.56% -
HSV(B) 238.03º 0.69% 0.86% -
XYZ 17.68 11.16 68.93 -
YUV 88.26 202.34 113.55 -
System Red Green Blue C M Y K H S L
Decimal 68 73 220 0.69 0.67 0 0.14 238.03 0.68 0.56
Hex 44 49 DC 45 43 0 E EE 44 38
Octal 104 111 334 105 103 0 16 356 104 70
Binary 1000100 1001001 11011100 1000101 1000011 0 1110 11101110 1000100 111000

Color Harmonies of #4449DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449DC

Black with #4449DC

Text Example


Text Example

White with #4449DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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