Html Css Color HEX #4D4BCC Free Speech Blue

📋 copy color: '#4D4BCC'

red 77 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #4D4BCC

Tints of Free Speech Blue #4D4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

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

R = 21.63%
G = 21.07%
B = 57.3%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D4BCC (or 0x4D4BCC) is known color: Free Speech Blue. HEX triplet: 4D, 4B and CC. RGB value is (77,75,204). Sum of RGB (Red+Green+Blue) = 77+75+204=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D4BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BCC is #B2B433. Grayscale: #595959. Windows color (decimal): -11711540 or 13388621. OLE color: 13388621.

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

Color convert

RGB 77 75 204 -
CMYK 0.62 0.63 0 0.2
HSL 240.93º 0.56% 0.55% -
HSV(B) 240.93º 0.63% 0.8% -
XYZ 16.48 10.97 58.38 -
YUV 90.3 192.16 118.51 -
System Red Green Blue C M Y K H S L
Decimal 77 75 204 0.62 0.63 0 0.2 240.93 0.56 0.55
Hex 4D 4B CC 3E 3F 0 14 F1 38 37
Octal 115 113 314 76 77 0 24 361 70 67
Binary 1001101 1001011 11001100 111110 111111 0 10100 11110001 111000 110111

Color Harmonies of #4D4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4BCC

Black with #4D4BCC

Text Example


Text Example

White with #4D4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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