Html Css Color HEX #4C41DA Free Speech Blue

📋 copy color: '#4C41DA'

red 76 ◦ green 65 ◦ blue 218

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

Shades of Free Speech Blue #4C41DA

Tints of Free Speech Blue #4C41DA

RGB

 RED value IS 76 (30.08% from 255) = 21.17%

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

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 21.17%
G = 18.11%
B = 60.72%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4C41DA (or 0x4C41DA) is known color: Free Speech Blue. HEX triplet: 4C, 41 and DA. RGB value is (76,65,218). Sum of RGB (Red+Green+Blue) = 76+65+218=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C41DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C41DA is #B3BE25. Grayscale: #555555. Windows color (decimal): -11779622 or 14303564. OLE color: 14303564.

HSL color Cylindrical-coordinate representation of color #4C41DA: hue angle of 244.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C41DA is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 65 218 -
CMYK 0.65 0.70 0 0.15
HSL 244.31º 0.67% 0.55% -
HSV(B) 244.31º 0.7% 0.85% -
XYZ 17.53 10.38 67.41 -
YUV 85.73 202.64 121.06 -
System Red Green Blue C M Y K H S L
Decimal 76 65 218 0.65 0.70 0 0.15 244.31 0.67 0.55
Hex 4C 41 DA 41 46 0 F F4 43 37
Octal 114 101 332 101 106 0 17 364 103 67
Binary 1001100 1000001 11011010 1000001 1000110 0 1111 11110100 1000011 110111

Color Harmonies of #4C41DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41DA

Black with #4C41DA

Text Example


Text Example

White with #4C41DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C41DA; }

 p { color: rgb(76,65,218); }

 H1.HeaderClassName
 {
   color: #4C41DA;
 }
 .AnyTagClassName
 {
   color: #4C41DA;
 }
</style>

background-color css

<style>
 a { background-color: #4C41DA; }

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

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

border-color css

<style>
 span { border-color: #4C41DA; }

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

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