Html Css Color HEX #4D48CA Free Speech Blue

📋 copy color: '#4D48CA'

red 77 ◦ green 72 ◦ blue 202

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

Shades of Free Speech Blue #4D48CA

Tints of Free Speech Blue #4D48CA

RGB

 RED value IS 77 (30.47% from 255) = 21.94%

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

 BLUE value IS 202 (79.3% from 255) = 57.55%

R = 21.94%
G = 20.51%
B = 57.55%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D48CA (or 0x4D48CA) is known color: Free Speech Blue. HEX triplet: 4D, 48 and CA. RGB value is (77,72,202). Sum of RGB (Red+Green+Blue) = 77+72+202=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D48CA is #B2B735. Grayscale: #575757. Windows color (decimal): -11712310 or 13256781. OLE color: 13256781.

HSL color Cylindrical-coordinate representation of color #4D48CA: hue angle of 242.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D48CA is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 72 202 -
CMYK 0.62 0.64 0 0.21
HSL 242.31º 0.55% 0.54% -
HSV(B) 242.31º 0.64% 0.79% -
XYZ 16.04 10.48 57.05 -
YUV 88.32 192.16 119.93 -
System Red Green Blue C M Y K H S L
Decimal 77 72 202 0.62 0.64 0 0.21 242.31 0.55 0.54
Hex 4D 48 CA 3E 40 0 15 F2 37 36
Octal 115 110 312 76 100 0 25 362 67 66
Binary 1001101 1001000 11001010 111110 1000000 0 10101 11110010 110111 110110

Color Harmonies of #4D48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D48CA

Black with #4D48CA

Text Example


Text Example

White with #4D48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,202); }

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

background-color css

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

 a { background-color: rgb(77,72,202); }

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

border-color css

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

 span { border-color: rgb(77,72,202); }

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