Html Css Color HEX #4C48DD Free Speech Blue

📋 copy color: '#4C48DD'

red 76 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Blue #4C48DD

Tints of Free Speech Blue #4C48DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.51%

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 20.6%
G = 19.51%
B = 59.89%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C48DD (or 0x4C48DD) is known color: Free Speech Blue. HEX triplet: 4C, 48 and DD. RGB value is (76,72,221). Sum of RGB (Red+Green+Blue) = 76+72+221=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C48DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C48DD is #B3B722. Grayscale: #595959. Windows color (decimal): -11777827 or 14501964. OLE color: 14501964.

HSL color Cylindrical-coordinate representation of color #4C48DD: hue angle of 241.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C48DD is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 72 221 -
CMYK 0.66 0.67 0 0.13
HSL 241.61º 0.69% 0.57% -
HSV(B) 241.61º 0.67% 0.87% -
XYZ 18.35 11.39 69.64 -
YUV 90.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 76 72 221 0.66 0.67 0 0.13 241.61 0.69 0.57
Hex 4C 48 DD 42 43 0 D F2 45 39
Octal 114 110 335 102 103 0 15 362 105 71
Binary 1001100 1001000 11011101 1000010 1000011 0 1101 11110010 1000101 111001

Color Harmonies of #4C48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C48DD

Black with #4C48DD

Text Example


Text Example

White with #4C48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,221); }

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

background-color css

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

 a { background-color: rgb(76,72,221); }

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

border-color css

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

 span { border-color: rgb(76,72,221); }

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