Html Css Color HEX #4440D7 Free Speech Blue

📋 copy color: '#4440D7'

red 68 ◦ green 64 ◦ blue 215

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

Shades of Free Speech Blue #4440D7

Tints of Free Speech Blue #4440D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.96%

R = 19.6%
G = 18.44%
B = 61.96%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4440D7 (or 0x4440D7) is known color: Free Speech Blue. HEX triplet: 44, 40 and D7. RGB value is (68,64,215). Sum of RGB (Red+Green+Blue) = 68+64+215=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #4440D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440D7 is #BBBF28. Grayscale: #515151. Windows color (decimal): -12304169 or 14106692. OLE color: 14106692.

HSL color Cylindrical-coordinate representation of color #4440D7: hue angle of 241.59º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4440D7 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 64 215 -
CMYK 0.68 0.70 0 0.16
HSL 241.59º 0.65% 0.55% -
HSV(B) 241.59º 0.7% 0.84% -
XYZ 16.48 9.8 65.31 -
YUV 82.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 68 64 215 0.68 0.70 0 0.16 241.59 0.65 0.55
Hex 44 40 D7 44 46 0 10 F2 41 37
Octal 104 100 327 104 106 0 20 362 101 67
Binary 1000100 1000000 11010111 1000100 1000110 0 10000 11110010 1000001 110111

Color Harmonies of #4440D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4440D7

Black with #4440D7

Text Example


Text Example

White with #4440D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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