Html Css Color HEX #4B3ECE Free Speech Blue

📋 copy color: '#4B3ECE'

red 75 ◦ green 62 ◦ blue 206

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

Shades of Free Speech Blue #4B3ECE

Tints of Free Speech Blue #4B3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 21.87%
G = 18.08%
B = 60.06%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B3ECE (or 0x4B3ECE) is known color: Free Speech Blue. HEX triplet: 4B, 3E and CE. RGB value is (75,62,206). Sum of RGB (Red+Green+Blue) = 75+62+206=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3ECE is #B4C131. Grayscale: #515151. Windows color (decimal): -11845938 or 13516363. OLE color: 13516363.

HSL color Cylindrical-coordinate representation of color #4B3ECE: hue angle of 245.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B3ECE is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 62 206 -
CMYK 0.64 0.70 0 0.19
HSL 245.42º 0.6% 0.53% -
HSV(B) 245.42º 0.7% 0.81% -
XYZ 15.76 9.4 59.38 -
YUV 82.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 75 62 206 0.64 0.70 0 0.19 245.42 0.6 0.53
Hex 4B 3E CE 40 46 0 13 F5 3C 35
Octal 113 76 316 100 106 0 23 365 74 65
Binary 1001011 111110 11001110 1000000 1000110 0 10011 11110101 111100 110101

Color Harmonies of #4B3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3ECE

Black with #4B3ECE

Text Example


Text Example

White with #4B3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,62,206); }

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

background-color css

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

 a { background-color: rgb(75,62,206); }

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

border-color css

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

 span { border-color: rgb(75,62,206); }

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