Html Css Color HEX #4440B9 Free Speech Blue

📋 copy color: '#4440B9'

red 68 ◦ green 64 ◦ blue 185

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

Shades of Free Speech Blue #4440B9

Tints of Free Speech Blue #4440B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.36%

R = 21.45%
G = 20.19%
B = 58.36%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4440B9 (or 0x4440B9) is known color: Free Speech Blue. HEX triplet: 44, 40 and B9. RGB value is (68,64,185). Sum of RGB (Red+Green+Blue) = 68+64+185=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #4440B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440B9 is #BBBF46. Grayscale: #4E4E4E. Windows color (decimal): -12304199 or 12140612. OLE color: 12140612.

HSL color Cylindrical-coordinate representation of color #4440B9: hue angle of 241.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4440B9 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 64 185 -
CMYK 0.63 0.65 0 0.27
HSL 241.98º 0.49% 0.49% -
HSV(B) 241.98º 0.65% 0.73% -
XYZ 12.97 8.4 46.84 -
YUV 78.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 68 64 185 0.63 0.65 0 0.27 241.98 0.49 0.49
Hex 44 40 B9 3F 41 0 1B F2 31 31
Octal 104 100 271 77 101 0 33 362 61 61
Binary 1000100 1000000 10111001 111111 1000001 0 11011 11110010 110001 110001

Color Harmonies of #4440B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4440B9

Black with #4440B9

Text Example


Text Example

White with #4440B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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