Html Css Color HEX #4448DF Free Speech Blue

📋 copy color: '#4448DF'

red 68 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Blue #4448DF

Tints of Free Speech Blue #4448DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 18.73%
G = 19.83%
B = 61.43%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4448DF (or 0x4448DF) is known color: Free Speech Blue. HEX triplet: 44, 48 and DF. RGB value is (68,72,223). Sum of RGB (Red+Green+Blue) = 68+72+223=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #4448DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4448DF is #BBB720. Grayscale: #575757. Windows color (decimal): -12302113 or 14633028. OLE color: 14633028.

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

Color convert

RGB 68 72 223 -
CMYK 0.70 0.68 0 0.13
HSL 238.45º 0.71% 0.57% -
HSV(B) 238.45º 0.7% 0.87% -
XYZ 18.02 11.19 71.02 -
YUV 88.02 204.17 113.72 -
System Red Green Blue C M Y K H S L
Decimal 68 72 223 0.70 0.68 0 0.13 238.45 0.71 0.57
Hex 44 48 DF 46 44 0 D EE 47 39
Octal 104 110 337 106 104 0 15 356 107 71
Binary 1000100 1001000 11011111 1000110 1000100 0 1101 11101110 1000111 111001

Color Harmonies of #4448DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448DF

Black with #4448DF

Text Example


Text Example

White with #4448DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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