Html Css Color HEX #4B4DCD Free Speech Blue

📋 copy color: '#4B4DCD'

red 75 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #4B4DCD

Tints of Free Speech Blue #4B4DCD

RGB

 RED value IS 75 (29.69% from 255) = 21.01%

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 21.01%
G = 21.57%
B = 57.42%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B4DCD (or 0x4B4DCD) is known color: Free Speech Blue. HEX triplet: 4B, 4D and CD. RGB value is (75,77,205). Sum of RGB (Red+Green+Blue) = 75+77+205=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DCD is #B4B232. Grayscale: #5A5A5A. Windows color (decimal): -11842099 or 13454667. OLE color: 13454667.

HSL color Cylindrical-coordinate representation of color #4B4DCD: hue angle of 239.08º degrees, saturation: 0.57, 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 #4B4DCD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 77 205 -
CMYK 0.63 0.62 0 0.20
HSL 239.08º 0.57% 0.55% -
HSV(B) 239.08º 0.63% 0.8% -
XYZ 16.57 11.21 59.05 -
YUV 90.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 75 77 205 0.63 0.62 0 0.20 239.08 0.57 0.55
Hex 4B 4D CD 3F 3E 0 14 EF 39 37
Octal 113 115 315 77 76 0 24 357 71 67
Binary 1001011 1001101 11001101 111111 111110 0 10100 11101111 111001 110111

Color Harmonies of #4B4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4DCD

Black with #4B4DCD

Text Example


Text Example

White with #4B4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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