Html Css Color HEX #4D43CC Free Speech Blue

📋 copy color: '#4D43CC'

red 77 ◦ green 67 ◦ blue 204

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

Shades of Free Speech Blue #4D43CC

Tints of Free Speech Blue #4D43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 22.13%
G = 19.25%
B = 58.62%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D43CC (or 0x4D43CC) is known color: Free Speech Blue. HEX triplet: 4D, 43 and CC. RGB value is (77,67,204). Sum of RGB (Red+Green+Blue) = 77+67+204=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D43CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D43CC is #B2BC33. Grayscale: #555555. Windows color (decimal): -11713588 or 13386573. OLE color: 13386573.

HSL color Cylindrical-coordinate representation of color #4D43CC: hue angle of 244.38º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D43CC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 67 204 -
CMYK 0.62 0.67 0 0.2
HSL 244.38º 0.57% 0.53% -
HSV(B) 244.38º 0.67% 0.8% -
XYZ 15.97 9.95 58.21 -
YUV 85.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 77 67 204 0.62 0.67 0 0.2 244.38 0.57 0.53
Hex 4D 43 CC 3E 43 0 14 F4 39 35
Octal 115 103 314 76 103 0 24 364 71 65
Binary 1001101 1000011 11001100 111110 1000011 0 10100 11110100 111001 110101

Color Harmonies of #4D43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D43CC

Black with #4D43CC

Text Example


Text Example

White with #4D43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,204); }

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

background-color css

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

 a { background-color: rgb(77,67,204); }

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

border-color css

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

 span { border-color: rgb(77,67,204); }

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