Html Css Color HEX #4444BE Free Speech Blue

📋 copy color: '#4444BE'

red 68 ◦ green 68 ◦ blue 190

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

Shades of Free Speech Blue #4444BE

Tints of Free Speech Blue #4444BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 20.86%
G = 20.86%
B = 58.28%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4444BE (or 0x4444BE) is known color: Free Speech Blue. HEX triplet: 44, 44 and BE. RGB value is (68,68,190). Sum of RGB (Red+Green+Blue) = 68+68+190=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4444BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4444BE is #BBBB41. Grayscale: #515151. Windows color (decimal): -12303170 or 12469316. OLE color: 12469316.

HSL color Cylindrical-coordinate representation of color #4444BE: hue angle of 240º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4444BE is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 68 190 -
CMYK 0.64 0.64 0 0.25
HSL 240º 0.48% 0.51% -
HSV(B) 240º 0.64% 0.75% -
XYZ 13.75 9.08 49.74 -
YUV 81.91 189 118.08 -
System Red Green Blue C M Y K H S L
Decimal 68 68 190 0.64 0.64 0 0.25 240 0.48 0.51
Hex 44 44 BE 40 40 0 19 F0 30 33
Octal 104 104 276 100 100 0 31 360 60 63
Binary 1000100 1000100 10111110 1000000 1000000 0 11001 11110000 110000 110011

Color Harmonies of #4444BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4444BE

Black with #4444BE

Text Example


Text Example

White with #4444BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4444BE; }

 p { color: rgb(68,68,190); }

 H1.HeaderClassName
 {
   color: #4444BE;
 }
 .AnyTagClassName
 {
   color: #4444BE;
 }
</style>

background-color css

<style>
 a { background-color: #4444BE; }

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

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

border-color css

<style>
 span { border-color: #4444BE; }

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

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