Html Css Color HEX #4041D5 Free Speech Blue

📋 copy color: '#4041D5'

red 64 ◦ green 65 ◦ blue 213

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

Shades of Free Speech Blue #4041D5

Tints of Free Speech Blue #4041D5

RGB

 RED value IS 64 (25.39% from 255) = 18.71%

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

 BLUE value IS 213 (83.59% from 255) = 62.28%

R = 18.71%
G = 19.01%
B = 62.28%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4041D5 (or 0x4041D5) is known color: Free Speech Blue. HEX triplet: 40, 41 and D5. RGB value is (64,65,213). Sum of RGB (Red+Green+Blue) = 64+65+213=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #4041D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041D5 is #BFBE2A. Grayscale: #505050. Windows color (decimal): -12566059 or 13975872. OLE color: 13975872.

HSL color Cylindrical-coordinate representation of color #4041D5: hue angle of 239.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4041D5 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 65 213 -
CMYK 0.70 0.69 0 0.16
HSL 239.6º 0.64% 0.54% -
HSV(B) 239.6º 0.7% 0.84% -
XYZ 16.01 9.67 63.97 -
YUV 81.57 202.17 115.47 -
System Red Green Blue C M Y K H S L
Decimal 64 65 213 0.70 0.69 0 0.16 239.6 0.64 0.54
Hex 40 41 D5 46 45 0 10 F0 40 36
Octal 100 101 325 106 105 0 20 360 100 66
Binary 1000000 1000001 11010101 1000110 1000101 0 10000 11110000 1000000 110110

Color Harmonies of #4041D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4041D5

Black with #4041D5

Text Example


Text Example

White with #4041D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4041D5; }

 p { color: rgb(64,65,213); }

 H1.HeaderClassName
 {
   color: #4041D5;
 }
 .AnyTagClassName
 {
   color: #4041D5;
 }
</style>

background-color css

<style>
 a { background-color: #4041D5; }

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

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

border-color css

<style>
 span { border-color: #4041D5; }

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

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