Html Css Color HEX #4841CD Free Speech Blue

📋 copy color: '#4841CD'

red 72 ◦ green 65 ◦ blue 205

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

Shades of Free Speech Blue #4841CD

Tints of Free Speech Blue #4841CD

RGB

 RED value IS 72 (28.52% from 255) = 21.05%

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

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

R = 21.05%
G = 19.01%
B = 59.94%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4841CD (or 0x4841CD) is known color: Free Speech Blue. HEX triplet: 48, 41 and CD. RGB value is (72,65,205). Sum of RGB (Red+Green+Blue) = 72+65+205=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #4841CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841CD is #B7BE32. Grayscale: #525252. Windows color (decimal): -12041779 or 13451592. OLE color: 13451592.

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

Color convert

RGB 72 65 205 -
CMYK 0.65 0.68 0 0.20
HSL 243º 0.58% 0.53% -
HSV(B) 243º 0.68% 0.8% -
XYZ 15.58 9.57 58.78 -
YUV 83.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 72 65 205 0.65 0.68 0 0.20 243 0.58 0.53
Hex 48 41 CD 41 44 0 14 F3 3A 35
Octal 110 101 315 101 104 0 24 363 72 65
Binary 1001000 1000001 11001101 1000001 1000100 0 10100 11110011 111010 110101

Color Harmonies of #4841CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4841CD

Black with #4841CD

Text Example


Text Example

White with #4841CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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