Html Css Color HEX #4440D8 Free Speech Blue

📋 copy color: '#4440D8'

red 68 ◦ green 64 ◦ blue 216

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

Shades of Free Speech Blue #4440D8

Tints of Free Speech Blue #4440D8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 216 (84.77% from 255) = 62.07%

R = 19.54%
G = 18.39%
B = 62.07%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4440D8 (or 0x4440D8) is known color: Free Speech Blue. HEX triplet: 44, 40 and D8. RGB value is (68,64,216). Sum of RGB (Red+Green+Blue) = 68+64+216=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 216 (84.77% from 255 or 62.07% from 348); Max value from RGB is 216 - color contains mainly: blue. Hex color #4440D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440D8 is #BBBF27. Grayscale: #515151. Windows color (decimal): -12304168 or 14172228. OLE color: 14172228.

HSL color Cylindrical-coordinate representation of color #4440D8: hue angle of 241.58º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4440D8 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 64 216 -
CMYK 0.69 0.70 0 0.15
HSL 241.58º 0.66% 0.55% -
HSV(B) 241.58º 0.7% 0.85% -
XYZ 16.61 9.85 65.99 -
YUV 82.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 68 64 216 0.69 0.70 0 0.15 241.58 0.66 0.55
Hex 44 40 D8 45 46 0 F F2 42 37
Octal 104 100 330 105 106 0 17 362 102 67
Binary 1000100 1000000 11011000 1000101 1000110 0 1111 11110010 1000010 110111

Color Harmonies of #4440D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4440D8

Black with #4440D8

Text Example


Text Example

White with #4440D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4440D8; }

 p { color: rgb(68,64,216); }

 H1.HeaderClassName
 {
   color: #4440D8;
 }
 .AnyTagClassName
 {
   color: #4440D8;
 }
</style>

background-color css

<style>
 a { background-color: #4440D8; }

 a { background-color: rgb(68,64,216); }

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

border-color css

<style>
 span { border-color: #4440D8; }

 span { border-color: rgb(68,64,216); }

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