Html Css Color HEX #4041CD Free Speech Blue

📋 copy color: '#4041CD'

red 64 ◦ green 65 ◦ blue 205

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

Shades of Free Speech Blue #4041CD

Tints of Free Speech Blue #4041CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 19.16%
G = 19.46%
B = 61.38%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4041CD (or 0x4041CD) is known color: Free Speech Blue. HEX triplet: 40, 41 and CD. RGB value is (64,65,205). Sum of RGB (Red+Green+Blue) = 64+65+205=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #4041CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041CD is #BFBE32. Grayscale: #505050. Windows color (decimal): -12566067 or 13451584. OLE color: 13451584.

HSL color Cylindrical-coordinate representation of color #4041CD: hue angle of 239.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4041CD is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 65 205 -
CMYK 0.69 0.68 0 0.20
HSL 239.57º 0.59% 0.53% -
HSV(B) 239.57º 0.69% 0.8% -
XYZ 15.02 9.28 58.76 -
YUV 80.66 198.17 116.12 -
System Red Green Blue C M Y K H S L
Decimal 64 65 205 0.69 0.68 0 0.20 239.57 0.59 0.53
Hex 40 41 CD 45 44 0 14 F0 3B 35
Octal 100 101 315 105 104 0 24 360 73 65
Binary 1000000 1000001 11001101 1000101 1000100 0 10100 11110000 111011 110101

Color Harmonies of #4041CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4041CD

Black with #4041CD

Text Example


Text Example

White with #4041CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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