Html Css Color HEX #4441BC Free Speech Blue

📋 copy color: '#4441BC'

red 68 ◦ green 65 ◦ blue 188

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

Shades of Free Speech Blue #4441BC

Tints of Free Speech Blue #4441BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 21.18%
G = 20.25%
B = 58.57%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4441BC (or 0x4441BC) is known color: Free Speech Blue. HEX triplet: 44, 41 and BC. RGB value is (68,65,188). Sum of RGB (Red+Green+Blue) = 68+65+188=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #4441BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441BC is #BBBE43. Grayscale: #4F4F4F. Windows color (decimal): -12303940 or 12337476. OLE color: 12337476.

HSL color Cylindrical-coordinate representation of color #4441BC: hue angle of 241.46º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4441BC is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 65 188 -
CMYK 0.64 0.65 0 0.26
HSL 241.46º 0.49% 0.5% -
HSV(B) 241.46º 0.65% 0.74% -
XYZ 13.35 8.64 48.54 -
YUV 79.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 68 65 188 0.64 0.65 0 0.26 241.46 0.49 0.5
Hex 44 41 BC 40 41 0 1A F1 31 32
Octal 104 101 274 100 101 0 32 361 61 62
Binary 1000100 1000001 10111100 1000000 1000001 0 11010 11110001 110001 110010

Color Harmonies of #4441BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4441BC

Black with #4441BC

Text Example


Text Example

White with #4441BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4441BC; }

 p { color: rgb(68,65,188); }

 H1.HeaderClassName
 {
   color: #4441BC;
 }
 .AnyTagClassName
 {
   color: #4441BC;
 }
</style>

background-color css

<style>
 a { background-color: #4441BC; }

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

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

border-color css

<style>
 span { border-color: #4441BC; }

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

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