Html Css Color HEX #4141DB Free Speech Blue

📋 copy color: '#4141DB'

red 65 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Blue #4141DB

Tints of Free Speech Blue #4141DB

RGB

 RED value IS 65 (25.78% from 255) = 18.62%

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

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 18.62%
G = 18.62%
B = 62.75%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4141DB (or 0x4141DB) is known color: Free Speech Blue. HEX triplet: 41, 41 and DB. RGB value is (65,65,219). Sum of RGB (Red+Green+Blue) = 65+65+219=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #4141DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141DB is #BEBE24. Grayscale: #515151. Windows color (decimal): -12500517 or 14369089. OLE color: 14369089.

HSL color Cylindrical-coordinate representation of color #4141DB: hue angle of 240º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4141DB is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 65 219 -
CMYK 0.70 0.70 0 0.14
HSL 240º 0.68% 0.56% -
HSV(B) 240º 0.7% 0.86% -
XYZ 16.86 10.02 68.06 -
YUV 82.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 65 65 219 0.70 0.70 0 0.14 240 0.68 0.56
Hex 41 41 DB 46 46 0 E F0 44 38
Octal 101 101 333 106 106 0 16 360 104 70
Binary 1000001 1000001 11011011 1000110 1000110 0 1110 11110000 1000100 111000

Color Harmonies of #4141DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4141DB

Black with #4141DB

Text Example


Text Example

White with #4141DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4141DB; }

 p { color: rgb(65,65,219); }

 H1.HeaderClassName
 {
   color: #4141DB;
 }
 .AnyTagClassName
 {
   color: #4141DB;
 }
</style>

background-color css

<style>
 a { background-color: #4141DB; }

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

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

border-color css

<style>
 span { border-color: #4141DB; }

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

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