Html Css Color HEX #4448CD Free Speech Blue

📋 copy color: '#4448CD'

red 68 ◦ green 72 ◦ blue 205

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

Shades of Free Speech Blue #4448CD

Tints of Free Speech Blue #4448CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 19.71%
G = 20.87%
B = 59.42%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4448CD (or 0x4448CD) is known color: Free Speech Blue. HEX triplet: 44, 48 and CD. RGB value is (68,72,205). Sum of RGB (Red+Green+Blue) = 68+72+205=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #4448CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4448CD is #BBB732. Grayscale: #555555. Windows color (decimal): -12302131 or 13453380. OLE color: 13453380.

HSL color Cylindrical-coordinate representation of color #4448CD: hue angle of 238.25º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4448CD is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 72 205 -
CMYK 0.67 0.65 0 0.20
HSL 238.25º 0.58% 0.54% -
HSV(B) 238.25º 0.67% 0.8% -
XYZ 15.72 10.27 58.91 -
YUV 85.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 68 72 205 0.67 0.65 0 0.20 238.25 0.58 0.54
Hex 44 48 CD 43 41 0 14 EE 3A 36
Octal 104 110 315 103 101 0 24 356 72 66
Binary 1000100 1001000 11001101 1000011 1000001 0 10100 11101110 111010 110110

Color Harmonies of #4448CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448CD

Black with #4448CD

Text Example


Text Example

White with #4448CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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